forked from External/mage
Some minor changes to debug logging messages and server user handling.
This commit is contained in:
parent
64e0b4d1b9
commit
90b3e75435
5 changed files with 25 additions and 11 deletions
|
|
@ -159,10 +159,10 @@ public class ChatManager {
|
|||
}
|
||||
|
||||
public void removeUser(UUID userId, User.DisconnectReason reason) {
|
||||
Logger.getLogger(ChatManager.class).debug("Remove user start");
|
||||
Logger.getLogger(ChatManager.class).debug("ChatManager: Remove user start");
|
||||
for (ChatSession chat: chatSessions.values()) {
|
||||
chat.kill(userId, reason);
|
||||
}
|
||||
Logger.getLogger(ChatManager.class).debug("Remove user end");
|
||||
Logger.getLogger(ChatManager.class).debug("ChatManager: Remove user end");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue