]> git.mxchange.org Git - friendica.git/commitdiff
extra email enotify logging to help convince dreamhost that they've got breakage...
authorfriendica <info@friendica.com>
Wed, 15 Aug 2012 09:59:17 +0000 (02:59 -0700)
committerfriendica <info@friendica.com>
Wed, 15 Aug 2012 09:59:17 +0000 (02:59 -0700)
include/enotify.php

index 51099147623dfafe89ee539394ab8d775d73235d..07e091d3a9541a82cfdb1e642cdd7da83a7987dc 100644 (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);
        }
 }