try catch hash computation

This commit is contained in:
rootdarkarchon
2024-02-26 19:42:01 +01:00
committed by Loporrit
parent 8c0c45df35
commit d62dca36c7

View File

@@ -111,7 +111,7 @@ public sealed class FileCacheManager : IHostedService
}
catch (Exception e)
{
_logger.LogWarning("Error during validation of {file}", fileCache.ResolvedFilepath);
_logger.LogWarning(e, "Error during validation of {file}", fileCache.ResolvedFilepath);
brokenEntities.Add(fileCache);
}
}