Fixed typo

This commit is contained in:
erri120 2019-11-09 14:53:39 +01:00 committed by Timothy Baldridge
parent 6062088681
commit 263581e50e

View File

@ -210,7 +210,7 @@ namespace Wabbajack
catch (Exception ex)
{
while (ex.InnerException != null) ex = ex.InnerException;
this.Log().Warn(ex, "Can't continue");
Utils.Log($"Can't continue: {ex.ExceptionToString()}");
}
finally
{