fix Exception: Tried logging to non-existant channel debug

This commit is contained in:
Matthias Mailänder
2014-10-19 21:13:58 +02:00
committed by abcdefg30
parent 444b5f92c3
commit 442241b6cd

View File

@@ -42,6 +42,7 @@ namespace OpenRA.Lint
try
{
Log.AddChannel("debug", null);
Log.AddChannel("perf", null);
var options = args.Where(a => a.StartsWith("-"));