Make logging more intuitive

This commit is contained in:
Matt Nadareski
2020-09-15 14:38:37 -07:00
parent f506915a04
commit fc580c7d35
29 changed files with 88 additions and 64 deletions

View File

@@ -407,7 +407,7 @@ namespace SabreTools.Library.DatFiles
}
catch (Exception ex)
{
Globals.Logger.Error(ex.ToString());
Globals.Logger.Error(ex);
if (throwOnError) throw ex;
return false;
}