mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore: log asset name on hash failures (#20608)
This commit is contained in:
parent
e2c3c39597
commit
4efbf36d82
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue