forked from External/mage
Some changes to debug logging messages.
This commit is contained in:
parent
7480802f93
commit
236ebe2a12
5 changed files with 21 additions and 13 deletions
|
|
@ -160,7 +160,9 @@ public class UserManager {
|
|||
logger.info(new StringBuilder(user.getName()).append(" session expired userId: ").append(user.getId())
|
||||
.append(" sessionId: ").append(user.getSessionId()));
|
||||
user.kill(User.DisconnectReason.LostConnection);
|
||||
logger.debug("check Expired: Removing user");
|
||||
users.remove(user.getId());
|
||||
logger.debug("check Expired: user removed");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue