Deprecate string format log shorthand.
This commit is contained in:
committed by
abcdefg30
parent
e251126dd4
commit
1c2ce0dcc0
@@ -29,7 +29,8 @@ namespace OpenRA.Platforms.Default
|
||||
}
|
||||
catch (InvalidOperationException e)
|
||||
{
|
||||
Log.Write("sound", "Failed to initialize OpenAL device. Error was {0}", e);
|
||||
Log.Write("sound", "Failed to initialize OpenAL device. Error was");
|
||||
Log.Write("sound", e);
|
||||
return new DummySoundEngine();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user