forked from External/mage
Changes to game log.
This commit is contained in:
parent
3c3ebce7d5
commit
d40a3f591d
3 changed files with 12 additions and 4 deletions
|
|
@ -182,7 +182,7 @@ public class UserManager {
|
|||
}
|
||||
|
||||
public void handleException(Exception ex) {
|
||||
if (!ex.getMessage().equals("No message")) {
|
||||
if (ex != null && !ex.getMessage().equals("No message")) {
|
||||
logger.fatal("", ex);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue