Changed a log level of AI log statement.

This commit is contained in:
LevelX2 2013-05-11 20:48:03 +02:00
parent 101194acf7
commit caff4ba2fe

View file

@ -529,7 +529,7 @@ public class ComputerPlayer6 extends ComputerPlayer<ComputerPlayer6> implements
if (sim.getPlayer(currentPlayer.getId()).activateAbility((ActivatedAbility) action.copy(), sim)) {
sim.applyEffects();
if (checkForRepeatedAction(sim, node, action, currentPlayer.getId())) {
logger.info("Sim Prio [" + depth + "] -- repeated action: " + action.toString());
logger.debug("Sim Prio [" + depth + "] -- repeated action: " + action.toString());
continue;
}
if (!sim.isGameOver() && action.isUsesStack()) {