Some changes to logging and exception handling.

This commit is contained in:
LevelX2 2014-08-11 00:56:08 +02:00
parent 8c6893a8e8
commit 7992e654ff
4 changed files with 54 additions and 38 deletions

View file

@ -153,6 +153,7 @@ public class TournamentSession {
private synchronized void cancelTimeout() {
if (futureTimeout != null) {
futureTimeout.cancel(false);
logger.debug("Timeout is Done: " + futureTimeout.isDone() + " userId: " + userId);
}
}