Cleanup oxfstool format output
This commit is contained in:
@@ -128,9 +128,9 @@ int format(int argc, char **args) {
|
|||||||
delete []buff;
|
delete []buff;
|
||||||
|
|
||||||
if (err == 0) {
|
if (err == 0) {
|
||||||
cerr << "Created file system of type " << type << " " << path << endl;
|
cerr << "Created file system " << path << endl;
|
||||||
cerr << "\ttype " << type << endl;
|
cerr << " type " << type << endl;
|
||||||
cerr << "\twrote " << size << " bytes\n";
|
cerr << " wrote " << size << " bytes\n";
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Insufficient arguments\n");
|
fprintf(stderr, "Insufficient arguments\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user