Consistify formatting.

This commit is contained in:
Young Hahn
2011-05-19 17:50:48 -04:00
parent 485342a9e8
commit 964ead7426
3 changed files with 7 additions and 7 deletions
+4 -3
View File
@@ -115,7 +115,8 @@ Step(
.finalize();
});
};
console.log('00 -------------- 50 -------------- 100');
console.warn('00 -------------- 50 -------------- 100');
sys.print('');
doit(1000, 0);
},
function(err) {
@@ -135,8 +136,8 @@ Step(
function(err) {
if (err) throw err;
sys.print('\n');
console.log('Compact hits %s.', hits);
console.log('Compaction complete.');
console.warn('Compact hits %s.', hits);
console.warn('Compaction complete.');
}
);