update logging for possible exceptions thrown when clearing temp folder

This commit is contained in:
EzioTheDeadPoet 2023-11-03 14:24:55 +01:00
parent d3eeb17e0b
commit e40845b8ee

View File

@ -69,7 +69,7 @@ namespace Wabbajack
}
catch (Exception ex)
{
_logger.LogDebug("Directory {TempDir} doesn't exist",tempDirectory);
_logger.LogError(ex,"Failed clearing {TempDir}",tempDirectory);
}