From 5f2dbd807f169392956b76e67f22a6e95ae1848f Mon Sep 17 00:00:00 2001 From: cubedro Date: Fri, 29 May 2015 23:39:18 +0300 Subject: [PATCH] log fix --- lib/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);