From 40089e70760e7634f6e4e5e3de212361e400d48c Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sat, 25 Jun 2016 21:06:28 +0100 Subject: [PATCH] Fix logging on bogus extraction metadata. --- .../Widgets/Logic/Installation/InstallFromDiscLogic.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Common/Widgets/Logic/Installation/InstallFromDiscLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/Installation/InstallFromDiscLogic.cs index e1c70fbbba..8583959e37 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/Installation/InstallFromDiscLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/Installation/InstallFromDiscLogic.cs @@ -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; } }