improved output for importSqlFile

pull/1598/head
CeBe 2013-03-06 22:38:18 +01:00
parent 76fbc29607
commit f2b173f566
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ require("ep_etherpad-lite/node_modules/npm").load({}, function(er,npm) {
db.db.set(key, value, null);
keyNo++;
if (keyNo % 1000 == 0) {
process.stdout.write(" " + keyNo + "/" + count);
process.stdout.write(" " + keyNo + "/" + count + "\n");
}
}
});