forked from External/mage
Some changes to client and server logging messages.
This commit is contained in:
parent
fce95b2fde
commit
3aab091492
18 changed files with 110 additions and 83 deletions
|
|
@ -217,7 +217,6 @@ public class Session {
|
|||
}
|
||||
|
||||
public void kill(DisconnectReason reason) {
|
||||
logger.debug("session removed for user " + userId + " - reason: " + reason.toString());
|
||||
UserManager.getInstance().removeUser(userId, reason);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue