mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore: clarify MediaRepository extract logging (#30249)
This commit is contained in:
parent
409734e1db
commit
3606144190
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ export class MediaRepository {
|
|||
]) {
|
||||
try {
|
||||
const buffer = await exiftool.extractBinaryTagToBuffer(tag, input);
|
||||
this.logger.debug(`Successfully extracted ${tag} buffer from image`);
|
||||
return { buffer, format };
|
||||
} catch (error: any) {
|
||||
this.logger.debug(`Could not extract ${tag} buffer from image: ${error}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue