mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Added debug messages to narrow down #440.
This commit is contained in:
parent
142e95fe42
commit
c70828bda0
2 changed files with 3 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ public class ChatSession {
|
|||
}
|
||||
|
||||
synchronized public void kill(UUID userId, DisconnectReason reason) {
|
||||
logger.debug("ChatSession.kill userId: " + userId + " reason: " + (reason == null?"null":reason.toString()));
|
||||
try {
|
||||
if (userId != null && clients.containsKey(userId)) {
|
||||
String userName = clients.get(userId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue