From f4c4a931d220feb383f359bcc5216afe2cb8e47c Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 28 Oct 2015 15:21:47 -0700 Subject: [PATCH] Fix debug message --- src/mailer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mailer.js b/src/mailer.js index 8a20842b4..88bdcad7b 100644 --- a/src/mailer.js +++ b/src/mailer.js @@ -90,7 +90,7 @@ function checkDns() { return; } - debug('checkDns: commencing mail processing'); + debug('checkDns: SPF check passed. commencing mail processing'); processQueue(); }); }