mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Added logging statement.
This commit is contained in:
parent
7b738474a9
commit
43a90c6805
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ public class SessionManager {
|
|||
// session was removed meanwhile by another thread so we can return
|
||||
return;
|
||||
}
|
||||
logger.debug("DISCONNECT " + reason.toString() + " - sessionId: "+ sessionId);
|
||||
sessions.remove(sessionId);
|
||||
switch (reason) {
|
||||
case Disconnected:
|
||||
|
|
Loading…
Reference in a new issue