+2001-04-16 Theodore Tso <tytso@valinux.com>
+
+ * mke2fs.c, tune2fs.c: Add newlines to error messages so that they
+ look nicer.
+
2001-03-26 Theodore Tso <tytso@valinux.com>
* mke2fs.8.in, tune2fs.8.in: Change man paegs to document that the
&progress, &blk, &count);
if (retval) {
com_err("create_journal_dev", retval,
- "while zeroing journal device (block %u, count %d",
+ "while zeroing journal device (block %u, count %d)",
blk, count);
exit(1);
}
retval = ext2fs_add_journal_device(fs, jfs);
if(retval) {
com_err (program_name, retval,
- _("while trying to add journal to device %s"),
+ _("\n\twhile trying to add journal to device %s"),
journal_device);
exit(1);
}
journal_flags);
if (retval) {
com_err (program_name, retval,
- _("while trying to create journal"));
+ _("\n\twhile trying to create journal"));
exit(1);
}
if (!quiet)
fs->blocksize, unix_io_manager, &jfs);
if (retval) {
com_err(program_name, retval,
- _("while trying to open journal device %s\n"),
+ _("\n\twhile trying to open journal on %s\n"),
journal_device);
exit(1);
}
if (retval) {
printf("\n");
com_err(program_name, retval,
- _("while trying to create journal"));
+ _("\n\twhile trying to create journal file"));
exit(1);
- }
- printf(_("done\n"));
+ } else
+ printf(_("done\n"));
/*
* If the filesystem wasn't mounted, we need to force
* the block group descriptors out.