Cleanup oxfstool format output

This commit is contained in:
2017-05-09 14:05:30 -05:00
parent a2dfb41b79
commit e0063a7b55
+3 -3
View File
@@ -128,9 +128,9 @@ int format(int argc, char **args) {
delete []buff;
if (err == 0) {
cerr << "Created file system of type " << type << " " << path << endl;
cerr << "\ttype " << type << endl;
cerr << "\twrote " << size << " bytes\n";
cerr << "Created file system " << path << endl;
cerr << " type " << type << endl;
cerr << " wrote " << size << " bytes\n";
}
} else {
fprintf(stderr, "Insufficient arguments\n");