diff options
author | CeBe <mail@cebe.cc> | 2013-03-07 14:05:55 +0100 |
---|---|---|
committer | CeBe <mail@cebe.cc> | 2013-03-07 14:05:55 +0100 |
commit | 70c329957d0a488f30df138f56ab5d975b0bd54b (patch) | |
tree | 2fc59754fdf651162ee1dac3ea4503c4ef9c4113 | |
parent | 4026ba18156b0551191e7ac62a077ab16d694e25 (diff) | |
download | etherpad-lite-70c329957d0a488f30df138f56ab5d975b0bd54b.zip |
additional ouput for importSqlFile
-rw-r--r-- | bin/importSqlFile.js | 1 |
1 files changed, 1 insertions, 0 deletions
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."); |