]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
e2fsck: Print the correct inode number for uninit-bg related problem reports
authorTheodore Ts'o <tytso@mit.edu>
Sat, 11 Oct 2008 15:22:15 +0000 (11:22 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 13 Oct 2008 03:12:22 +0000 (23:12 -0400)
Fix the reporting for problem codes PR_2_INOREF_BG_INO_UNINIT and
PR_2_INOREF_IN_UNUSED.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/problem.c

index 7976a70d7de1b62dcf039d778b67b5c35d7772e8..5a3ef79af637f41c45769a26df33a6ddfb5e1fcb 100644 (file)
@@ -1269,12 +1269,12 @@ static struct e2fsck_problem problem_table[] = {
 
        /* Inode found in group where _INODE_UNINIT is set */
        { PR_2_INOREF_BG_INO_UNINIT,
-         N_("@i %i found in @g %g where _INODE_UNINIT is set.  "),
+         N_("@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"),
          PROMPT_FIX, PR_PREEN_OK },
 
        /* Inode found in group unused inodes area */
        { PR_2_INOREF_IN_UNUSED,
-         N_("@i %i found in @g %g unused inodes area.  "),
+         N_("@E references @i %Di found in @g %g's unused inodes area.\n"),
          PROMPT_FIX, PR_PREEN_OK },
 
        /* Pass 3 errors */