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;
|
return result;
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
Log.Write("debug", $"Translation of {key} failed:");
|
Log.Write("debug", $"Failed translation: {key}");
|
||||||
Log.Write("debug", e);
|
|
||||||
value = null;
|
value = null;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user