We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551210b commit 0f8de6eCopy full SHA for 0f8de6e
1 file changed
lib/private/Share20/Manager.php
@@ -780,7 +780,7 @@ protected function sendMailNotification(IL10N $l,
780
return false;
781
}
782
} catch (\Exception $e) {
783
- $this->logger->error('Share notification mail could not be send: ' . $e->getMessage());
+ $this->logger->logException($e, ['message' => 'Share notification mail could not be send']);
784
785
786
0 commit comments