diff --git a/lib/node.js b/lib/node.js index 121771f..bca49a4 100644 --- a/lib/node.js +++ b/lib/node.js @@ -569,7 +569,7 @@ Node.prototype.setWatches = function() this._latestQueue = async.queue(function (hash, callback) { - var timeString = 'Got block in ' + chalk.reset.red(hash) + chalk.reset.bold.white(' in') + chalk.reset.green(''); + var timeString = 'Got block ' + chalk.reset.red(hash) + chalk.reset.bold.white(' in') + chalk.reset.green(''); console.time('==>', timeString);