From 495ad989d82b8cd25569bf90c55bc7f582cb4dcd Mon Sep 17 00:00:00 2001 From: Pavlos Touboulidis Date: Fri, 2 May 2014 12:57:49 +0300 Subject: [PATCH] Add dummy "perf" log channel to Utility --- OpenRA.Utility/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenRA.Utility/Program.cs b/OpenRA.Utility/Program.cs index fb7f078eed..f04e9700dc 100644 --- a/OpenRA.Utility/Program.cs +++ b/OpenRA.Utility/Program.cs @@ -43,6 +43,7 @@ namespace OpenRA.Utility AppDomain.CurrentDomain.AssemblyResolve += GlobalFileSystem.ResolveAssembly; Log.LogPath = Platform.SupportDir + "Logs" + Path.DirectorySeparatorChar; + Log.AddChannel("perf", null); try {