Fix logging on bogus extraction metadata.

This commit is contained in:
Paul Chote
2016-06-25 21:06:28 +01:00
parent fe3231ec2c
commit 40089e7076

View File

@@ -235,7 +235,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
}
default:
Game.Debug("debug", "Unknown installation command {0} - ignoring", i.Key);
Log.Write("debug", "Unknown installation command {0} - ignoring", i.Key);
break;
}
}