diff --git a/OpenRA.Mods.RA/HackyAI.cs b/OpenRA.Mods.RA/HackyAI.cs index 8894379321..00778b1d8d 100644 --- a/OpenRA.Mods.RA/HackyAI.cs +++ b/OpenRA.Mods.RA/HackyAI.cs @@ -96,7 +96,7 @@ namespace OpenRA.Mods.RA if (best != null) { - Game.Debug("AI: Need more power, so {0} is best choice.".F(best)); + Game.Debug("AI: Need more power, so {0} is best choice.".F(best.Name)); return best; } else