forked from External/mage
Added some more info to some logger and game messages. Removed unused method.
This commit is contained in:
parent
0f6c14bdb7
commit
1791b809db
6 changed files with 63 additions and 60 deletions
|
|
@ -141,7 +141,7 @@ public class UserManager {
|
|||
@Override
|
||||
public void run() {
|
||||
try {
|
||||
LOGGER.info("USER REMOVE - " + user.getName() + " (" + reason.toString() + ") userId: " + userId);
|
||||
LOGGER.info("USER REMOVE - " + user.getName() + " (" + reason.toString() + ") userId: " + userId + " [" + user.getGameInfo() + "]");
|
||||
user.remove(reason);
|
||||
LOGGER.debug("USER REMOVE END - " + user.getName());
|
||||
} catch (Exception ex) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue