mirror of
https://github.com/immich-app/immich.git
synced 2026-07-28 14:47:30 -07:00
chore: clarify MediaRepository extract logging (#30249)
This commit is contained in:
@@ -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}`);
|
||||
|
||||
Reference in New Issue
Block a user