From caff4ba2fe2c1edebcfd50a994b71253c81d51cc Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Sat, 11 May 2013 20:48:03 +0200 Subject: [PATCH] Changed a log level of AI log statement. --- .../Mage.Player.AI.MA/src/mage/player/ai/ComputerPlayer6.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Server.Plugins/Mage.Player.AI.MA/src/mage/player/ai/ComputerPlayer6.java b/Mage.Server.Plugins/Mage.Player.AI.MA/src/mage/player/ai/ComputerPlayer6.java index 14d5902815e..24cfd8a70fa 100644 --- a/Mage.Server.Plugins/Mage.Player.AI.MA/src/mage/player/ai/ComputerPlayer6.java +++ b/Mage.Server.Plugins/Mage.Player.AI.MA/src/mage/player/ai/ComputerPlayer6.java @@ -529,7 +529,7 @@ public class ComputerPlayer6 extends ComputerPlayer 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()) {