extra email enotify logging to help convince dreamhost that they've got breakage in one of their queues.

This commit is contained in:
friendica 2012-08-15 02:59:17 -07:00
parent 4654ebd43b
commit bb188cbdf2
1 changed files with 1 additions and 0 deletions

View File

@ -495,6 +495,7 @@ class enotify {
$multipartMessageBody, // message body
$messageHeader // message headers
);
logger("notification: enotify::send header " . $header, LOGGER_DEBUG);
logger("notification: enotify::send returns " . $res, LOGGER_DEBUG);
}
}