fix some debug-channel stuff that beedee missed in rebase

This commit is contained in:
Chris Forbes
2010-06-11 18:00:36 +12:00
parent 3870be5122
commit 5d823d8e6e
3 changed files with 3 additions and 3 deletions

View File

@@ -220,7 +220,7 @@ namespace OpenRA.Traits
RemainingCost = TotalCost = cost;
OnComplete = onComplete;
Log.Write("new ProductionItem: {0} time={1} cost={2}", item, time, cost);
Log.Write("debug", "new ProductionItem: {0} time={1} cost={2}", item, time, cost);
}
public void Tick(Player player)