From a3da9d1df7494cd60d9e91643ec2a243855b3bbb Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 21 Aug 2002 12:52:03 -0400 Subject: [PATCH] problem.c: Fix PR_1_RELOC_BLOCK_ALLOCATE message to explain that it is necessary to find contiguous blocks in a particular block group. --- e2fsck/ChangeLog | 6 ++++++ e2fsck/problem.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 */ -- 1.8.3.1