Whamcloud - gitweb
problem.c: Fix PR_1_RELOC_BLOCK_ALLOCATE message to explain that
authorTheodore Ts'o <tytso@mit.edu>
Wed, 21 Aug 2002 16:52:03 +0000 (12:52 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 21 Aug 2002 16:52:03 +0000 (12:52 -0400)
it is necessary to find contiguous blocks in a particular
block group.

e2fsck/ChangeLog
e2fsck/problem.c

index f9c834c..6581282 100644 (file)
@@ -1,3 +1,9 @@
+2002-08-21  Theodore Ts'o  <tytso@mit.edu>
+
+       * problem.c: Fix PR_1_RELOC_BLOCK_ALLOCATE message to explain that
+               it is necessary to find contiguous blocks in a particular
+               block group.
+
 2002-08-17  Theodore Ts'o  <tytso@mit.edu>
 
        * e2fsck.8.in: Add clarifying text describing how e2fsck works
index 0b3b557..d56ec2d 100644 (file)
@@ -470,7 +470,7 @@ static const struct e2fsck_problem problem_table[] = {
 
        /* Error allocating blocks for relocating metadata */
        { PR_1_RELOC_BLOCK_ALLOCATE,
-         N_("@A %N @b(s) for %s: %m\n"),
+         N_("@A %N contiguous @b(s) in @b @g %g for %s: %m\n"),
          PROMPT_NONE, PR_PREEN_OK },
                
        /* Error allocating block buffer during relocation process */