mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
update logging for possible exceptions thrown when clearing temp folder
This commit is contained in:
parent
d3eeb17e0b
commit
e40845b8ee
@ -69,7 +69,7 @@ namespace Wabbajack
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.LogDebug("Directory {TempDir} doesn't exist",tempDirectory);
|
||||
_logger.LogError(ex,"Failed clearing {TempDir}",tempDirectory);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user