Skip to content

Commit

Permalink
PostWriteListener: Update error message
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <[email protected]>
  • Loading branch information
pulsejet committed Mar 10, 2024
1 parent e92eac8 commit 730e523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Listeners/PostWriteListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function handle(Event $event): void
try {
$this->tw->processFile($node);
} catch (\Exception $e) {
$this->logger->error('Failed to process file EXIF data', [
$this->logger->error('Write hook failed to index file', [
'app' => 'memories',
'path' => $node->getPath(),
'message' => $e->getMessage(),
Expand Down

0 comments on commit 730e523

Please sign in to comment.