From bb188cbdf201a215f89079e5d39c3cc4d7616614 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 15 Aug 2012 02:59:17 -0700 Subject: [PATCH] extra email enotify logging to help convince dreamhost that they've got breakage in one of their queues. --- include/enotify.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/enotify.php b/include/enotify.php index 5109914762..07e091d3a9 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -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); } }