Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
206d2ad
)
e2fsck: Add missing newlines when reporting errors in pass 3A
author
Theodore Ts'o
<tytso@mit.edu>
Mon, 26 Jan 2009 21:41:46 +0000
(16:41 -0500)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/e2fsck/problem.c
b/e2fsck/problem.c
index
3f53350
..
8293475
100644
(file)
--- a/
e2fsck/problem.c
+++ b/
e2fsck/problem.c
@@
-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 */