Less verbose logging for untranslated strings.
This commit is contained in:
committed by
Matthias Mailänder
parent
dc390a7301
commit
2867334c00
@@ -110,10 +110,10 @@ namespace OpenRA
|
||||
|
||||
return result;
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
Log.Write("debug", $"Translation of {key} failed:");
|
||||
Log.Write("debug", e);
|
||||
Log.Write("debug", $"Failed translation: {key}");
|
||||
|
||||
value = null;
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user