Whamcloud - gitweb
e2fsck: fix problem message for PR_1_QUOTA_BAD_MODE
authorTheodore Ts'o <tytso@mit.edu>
Sun, 9 Oct 2011 19:13:34 +0000 (15:13 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 9 Oct 2011 19:13:34 +0000 (15:13 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/problem.c

index 6ee3fa4..f042b89 100644 (file)
@@ -923,7 +923,7 @@ static struct e2fsck_problem problem_table[] = {
 
        /* Quota inode has bad mode */
        { PR_1_QUOTA_BAD_MODE,
-         N_("@q is not regular file.  "),
+         N_("@q @i is not regular file.  "),
          PROMPT_CLEAR, PR_PREEN_OK },
 
        /* Quota inode is not in use, but contains data */