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');