Merge pull request #153 from cubedro/develop

log fix
This commit is contained in:
Marian OANCΞA 2015-05-29 23:40:48 +03:00
commit 47b4a0cd69
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);