From ff33d737fce177fc79e2635b226657b0412cd08e Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 24 Jun 2016 11:53:27 -0500 Subject: [PATCH] fix debug again --- imap-probe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imap-probe.js b/imap-probe.js index 593f445..a34a31a 100644 --- a/imap-probe.js +++ b/imap-probe.js @@ -192,7 +192,7 @@ ImapProbe.prototype.probe = function (needle, callback) { debug('Connection ended'); }); - console.log('probing for %j', needle); // use console because needle has regexp + console.log('probing for ', needle); // use console because needle has regexp this._connection.once('ready', function () { debug('Connection success');