Changes to logging.

This commit is contained in:
LevelX2 2014-08-11 08:33:53 +02:00
parent 58bdbb8c13
commit a10c30ac00

View file

@ -349,6 +349,8 @@ public class TournamentController {
tournament.leave(playerId);
}
}
} else {
logger.debug("UserId not found " + userId + " tournId: " + tournament.getId());
}
}