mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
More verbose logs
This commit is contained in:
@@ -170,7 +170,7 @@ namespace SabreTools.Library.IO
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Globals.Logger.Error(ex.ToString());
|
||||
Globals.Logger.Error($"An exception occurred getting the full path for '{input}': {ex}");
|
||||
continue;
|
||||
}
|
||||
|
||||
@@ -189,7 +189,7 @@ namespace SabreTools.Library.IO
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Globals.Logger.Error(ex.ToString());
|
||||
Globals.Logger.Error($"An exception occurred processing '{file}': {ex}");
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -205,7 +205,7 @@ namespace SabreTools.Library.IO
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Globals.Logger.Error(ex.ToString());
|
||||
Globals.Logger.Error($"An exception occurred processing '{input}': {ex}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user