Added logging statement.

This commit is contained in:
LevelX2 2014-12-14 22:56:50 +01:00
parent 7b738474a9
commit 43a90c6805

View file

@ -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: