Skip to content

Commit

Permalink
Merge branch 'be_quiet' of https://github.com/josch/e2fsprogs into next
Browse files Browse the repository at this point in the history
  • Loading branch information
tytso committed Dec 5, 2024
2 parents 0a7832a + 62fe2f4 commit fa4c981
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion misc/mke2fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2098,7 +2098,8 @@ static void PRS(int argc, char *argv[])
dev_size = 0;
retval = 0;
close(fd);
printf(_("Creating regular file %s\n"), device_name);
if (!quiet)
printf(_("Creating regular file %s\n"), device_name);
}
}
if (retval && (retval != EXT2_ET_UNIMPLEMENTED)) {
Expand Down

0 comments on commit fa4c981

Please sign in to comment.