Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
log full exception
Signed-off-by: Bjoern Schiessle <[email protected]>
  • Loading branch information
schiessle authored and Backportbot committed Jan 30, 2019
commit 849ad5a8bb209969f33867a813c4c8e557050519
2 changes: 1 addition & 1 deletion lib/private/Share20/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ protected function sendMailNotification(IL10N $l,
return false;
}
} catch (\Exception $e) {
$this->logger->error('Share notification mail could not be send: ' . $e->getMessage());
$this->logger->logException($e, ['message' => 'Share notification mail could not be send']);
return false;
}

Expand Down