From: Andreas Dilger Date: Thu, 12 Dec 2013 01:10:39 +0000 (-0500) Subject: e2fsck: fix problem comments to match actual message X-Git-Tag: v1.42.9~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=487c9e3016aeccaf87fcc69bb1aa5eb43e8297fb;p=thirdparty%2Fe2fsprogs.git e2fsck: fix problem comments to match actual message Fix the e2fsck problem comments to match the actual message printed, so that it is possible to find the problem code when searching by the message. Signed-off-by: Andreas Dilger Signed-off-by: "Theodore Ts'o" --- diff --git a/e2fsck/problem.c b/e2fsck/problem.c index 66e2e05ba..83584a08c 100644 --- a/e2fsck/problem.c +++ b/e2fsck/problem.c @@ -1069,12 +1069,12 @@ static struct e2fsck_problem problem_table[] = { N_("@n @i number for '.' in @d @i %i.\n"), PROMPT_FIX, 0 }, - /* Directory entry has bad inode number */ + /* Entry 'xxxx' in /a/b/c has bad inode number.*/ { PR_2_BAD_INO, N_("@E has @n @i #: %Di.\n"), PROMPT_CLEAR, 0 }, - /* Directory entry has deleted or unused inode */ + /* Entry 'xxxx' in /a/b/c has deleted/unused inode nnnnn.*/ { PR_2_UNUSED_INODE, N_("@E has @D/unused @i %Di. "), PROMPT_CLEAR, PR_PREEN_OK },