mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08: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
|
// session was removed meanwhile by another thread so we can return
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
logger.debug("DISCONNECT " + reason.toString() + " - sessionId: "+ sessionId);
|
||||||
sessions.remove(sessionId);
|
sessions.remove(sessionId);
|
||||||
switch (reason) {
|
switch (reason) {
|
||||||
case Disconnected:
|
case Disconnected:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue