Add dummy "perf" log channel to Utility

This commit is contained in:
Pavlos Touboulidis
2014-05-02 12:57:49 +03:00
parent 2b3d5f1544
commit 495ad989d8

View File

@@ -43,6 +43,7 @@ namespace OpenRA.Utility
AppDomain.CurrentDomain.AssemblyResolve += GlobalFileSystem.ResolveAssembly;
Log.LogPath = Platform.SupportDir + "Logs" + Path.DirectorySeparatorChar;
Log.AddChannel("perf", null);
try
{