forked from External/mage
Some changes to logging and exception handling.
This commit is contained in:
parent
8c6893a8e8
commit
7992e654ff
4 changed files with 54 additions and 38 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue