try catch hash computation

This commit is contained in:
rootdarkarchon
2025-02-09 16:02:34 +00:00
committed by Loporrit
parent 8c0c45df35
commit d62dca36c7
+1 -1
View File
@@ -111,7 +111,7 @@ public sealed class FileCacheManager : IHostedService
} }
catch (Exception e) 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); brokenEntities.Add(fileCache);
} }
} }