forked from External/mage
Some changes to logging.
This commit is contained in:
parent
9ade5efde0
commit
4beb1ccad3
4 changed files with 29 additions and 15 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue