mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Server: logs cleanup
This commit is contained in:
parent
cae3081123
commit
ab10ee10c9
1 changed files with 2 additions and 3 deletions
|
@ -135,9 +135,8 @@ public class HumanPlayer extends PlayerImpl {
|
|||
numTimesWaiting++;
|
||||
if (numTimesWaiting >= 300) {
|
||||
// game freezed -- need to report about error and continue to execute
|
||||
String s = "ERROR - game freezed in waitResponseOpen for user " + getName() + " (connection problem)";
|
||||
//Throwable th = new IllegalStateException(s); stack info
|
||||
logger.error(s);
|
||||
String s = "Game freezed in waitResponseOpen for user " + getName() + " (connection problem)";
|
||||
logger.warn(s);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue