fix message

This commit is contained in:
Matias Alejo Garcia 2014-01-17 16:42:07 -03:00
parent 80d3c24755
commit b02e85c45d

View File

@ -51,7 +51,7 @@ if (!config.disableHistoricSync) {
networkName: config.network networkName: config.network
}, function() { }, function() {
hs.smart_import(function(){ hs.smart_import(function(){
console.log('historic_sync finished!'); console.log('[historic_sync] finished!');
}); });
}); });
} }