Changed logging message to get more information which stack objects cause a problem and can't be shown.

This commit is contained in:
LevelX2 2014-07-30 11:32:12 +02:00
parent c6409c3449
commit 95dee0db0b

View file

@ -124,7 +124,7 @@ public class GameView implements Serializable {
checkPaid(stackObject.getId(), ((StackAbility)stackObject));
}
} else {
logger.error("Stack Object for stack ability not found: " + stackObject.toString());
logger.error("Stack Object for stack ability not found: " + stackObject.getStackAbility().getRule());
}
}
else {