Use "debug" channel to report loading exceptions
This commit is contained in:
@@ -99,7 +99,7 @@ namespace OpenRA
|
||||
}
|
||||
catch (InvalidOperationException)
|
||||
{
|
||||
Log.Write("exception", "GameInformation deserialized invalid MiniYaml:\n{0}".F(data));
|
||||
Log.Write("debug", "GameInformation deserialized invalid MiniYaml:\n{0}".F(data));
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user