From 70c329957d0a488f30df138f56ab5d975b0bd54b Mon Sep 17 00:00:00 2001 From: CeBe Date: Thu, 7 Mar 2013 14:05:55 +0100 Subject: [PATCH] additional ouput for importSqlFile --- bin/importSqlFile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/importSqlFile.js b/bin/importSqlFile.js index 6463088a..cd1e7df3 100644 --- a/bin/importSqlFile.js +++ b/bin/importSqlFile.js @@ -61,6 +61,7 @@ require("ep_etherpad-lite/node_modules/npm").load({}, function(er,npm) { } }); process.stdout.write("\n"); + process.stdout.wirte("done. waiting for db to finish transaction. depended on dbms this may take some time...\n"); db.doShutdown(function() { log("finished, imported " + keyNo + " keys.");