mirror of
https://github.com/immich-app/immich.git
synced 2025-08-07 09:04:09 -04:00
chore: log asset name on hash failures (#20608)
This commit is contained in:
parent
e2c3c39597
commit
4efbf36d82
@ -96,7 +96,7 @@ class HashService {
|
||||
if (hash?.length == 20) {
|
||||
hashed.add(asset.copyWith(checksum: base64.encode(hash!)));
|
||||
} else {
|
||||
_log.warning("Failed to hash file for ${asset.id}");
|
||||
_log.warning("Failed to hash file for ${asset.id}: ${asset.name} created at ${asset.createdAt}");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user