fix message

This commit is contained in:
Matias Alejo Garcia 2014-01-17 16:42:07 -03:00
parent 80d3c24755
commit b02e85c45d
1 changed files with 1 additions and 1 deletions

View File

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