Merge pull request #408 from Furchin/master

Add missing space to console.log message about flushing stats.
This commit is contained in:
Daniel Schauenberg 2014-04-14 12:32:32 -04:00
Родитель 98fd16b23e 74afe104e8
Коммит 088b0ed0cd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -14,7 +14,7 @@ function ConsoleBackend(startupTime, config, emitter){
}
ConsoleBackend.prototype.flush = function(timestamp, metrics) {
console.log('Flushing stats at', new Date(timestamp * 1000).toString());
console.log('Flushing stats at ', new Date(timestamp * 1000).toString());
var out = {
counters: metrics.counters,