]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
e2fsck: Add missing newlines when reporting errors in pass 3A
authorTheodore Ts'o <tytso@mit.edu>
Mon, 26 Jan 2009 21:41:46 +0000 (16:41 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 26 Jan 2009 21:41:46 +0000 (16:41 -0500)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/problem.c

index 3f5335067df711802268ccd104f6d169c60bacea..82934750add1460ed71762cb810ae8d6fcc9daee 100644 (file)
@@ -1417,12 +1417,12 @@ static struct e2fsck_problem problem_table[] = {
 
        /* Error iterating over directories */
        { PR_3A_OPTIMIZE_ITER,
-         N_("Failed to create dirs_to_hash iterator: %m"),
+         N_("Failed to create dirs_to_hash iterator: %m\n"),
          PROMPT_NONE, 0 },
 
        /* Error rehash directory */
        { PR_3A_OPTIMIZE_DIR_ERR,
-         N_("Failed to optimize directory %q (%d): %m"),
+         N_("Failed to optimize directory %q (%d): %m\n"),
          PROMPT_NONE, 0 },
 
        /* Rehashing dir header */