Some changes to logging.

This commit is contained in:
LevelX2 2014-08-11 13:57:34 +02:00
parent 9ade5efde0
commit 4beb1ccad3
4 changed files with 29 additions and 15 deletions

View file

@ -222,7 +222,7 @@ public class MageServerImpl implements MageServer {
if (logger.isDebugEnabled()) {
User user = UserManager.getInstance().getUser(userId);
if (user != null) {
logger.debug("join tourn. tableId: " + tableId + " " + user.getName());
logger.debug("join tourn. tableId: " + tableId + " " + name);
}
}
if (userId == null) {