mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
Changed logging message to get more information which stack objects cause a problem and can't be shown.
This commit is contained in:
parent
c6409c3449
commit
95dee0db0b
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue