From: Theodore Ts'o Date: Wed, 21 Aug 2002 16:52:03 +0000 (-0400) Subject: problem.c: Fix PR_1_RELOC_BLOCK_ALLOCATE message to explain that X-Git-Tag: E2FSPROGS-1_28~6 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a3da9d1df7494cd60d9e91643ec2a243855b3bbb;p=tools%2Fe2fsprogs.git problem.c: Fix PR_1_RELOC_BLOCK_ALLOCATE message to explain that it is necessary to find contiguous blocks in a particular block group. --- diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog index f9c834c..6581282 100644 --- a/e2fsck/ChangeLog +++ b/e2fsck/ChangeLog @@ -1,3 +1,9 @@ +2002-08-21 Theodore Ts'o + + * 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 * e2fsck.8.in: Add clarifying text describing how e2fsck works diff --git a/e2fsck/problem.c b/e2fsck/problem.c index 0b3b557..d56ec2d 100644 --- a/e2fsck/problem.c +++ b/e2fsck/problem.c @@ -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 */