Fix debug message

This commit is contained in:
Girish Ramakrishnan
2015-10-28 15:21:47 -07:00
parent 7caced2fe8
commit f4c4a931d2

View File

@@ -90,7 +90,7 @@ function checkDns() {
return;
}
debug('checkDns: commencing mail processing');
debug('checkDns: SPF check passed. commencing mail processing');
processQueue();
});
}