From b02e85c45da0fc2586a71a3a2be7de77b74f16c8 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Fri, 17 Jan 2014 16:42:07 -0300 Subject: [PATCH] fix message --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 004e6ea..84e659a 100644 --- a/server.js +++ b/server.js @@ -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!'); }); }); }