Some changes to logging.

This commit is contained in:
LevelX2 2013-03-04 00:01:12 +01:00
parent 2daae9fb47
commit cc96a55523
7 changed files with 9 additions and 9 deletions

View file

@ -629,6 +629,7 @@ public class GameController implements GameCallback {
logger.warn(" action player: " + player.getName() + ", id: " + player.getId());
Player priorityPlayer = game.getPlayer(game.getPriorityPlayerId());
logger.warn(" priority player: " + priorityPlayer.getName() + ", id: " + priorityPlayer.getId());
logger.warn(" command: " + command.toString());
}
}
} else {