This commit is contained in:
cubedro 2015-05-29 23:39:18 +03:00
parent 7d93be0345
commit 5f2dbd807f
1 changed files with 1 additions and 1 deletions

View File

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