mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:37:23 +01:00
try catch hash computation
This commit is contained in:
parent
325e7d1626
commit
47a876e70d
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue