Indicate the correct reason for the failure instead of the same
message as for the generic error condition just above.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Andrey Albershteyn <aalbersh@kernel.org>
"%s: Aborting.\n"), progname, source_name, progname);
exit(1);
} else if (mp->m_sb.sb_inprogress) {
- do_log(_("%s %s filesystem failed to initialize\n"
+ do_log(_("%s mkfs for %s filesystem still in progress\n"
"%s: Aborting.\n"), progname, source_name, progname);
exit(1);
} else if (mp->m_sb.sb_logstart == 0) {