summaryrefslogtreecommitdiffstats
path: root/fsck/fsck.c
diff options
context:
space:
mode:
authorKarel Zak2009-02-20 13:18:28 +0100
committerKarel Zak2009-02-20 13:18:28 +0100
commitfc3ea49e74cdb7bb568ae385a5c111452512aeec (patch)
treecf5c1264a3c676865d0ba076cfe077efb9276264 /fsck/fsck.c
parenttests: remove obsolete stuff from Makefile.am (diff)
downloadkernel-qcow2-util-linux-fc3ea49e74cdb7bb568ae385a5c111452512aeec.tar.gz
kernel-qcow2-util-linux-fc3ea49e74cdb7bb568ae385a5c111452512aeec.tar.xz
kernel-qcow2-util-linux-fc3ea49e74cdb7bb568ae385a5c111452512aeec.zip
fsck: remove \007 from warning message
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fsck/fsck.c')
-rw-r--r--fsck/fsck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsck/fsck.c b/fsck/fsck.c
index da5a2c85b..2a8228d1c 100644
--- a/fsck/fsck.c
+++ b/fsck/fsck.c
@@ -353,7 +353,7 @@ static void load_fs_info(const char *filename)
fclose(f);
if (old_fstab && filesys_info) {
- fputs(_("\007\007\007"
+ fputs(_(
"WARNING: Your /etc/fstab does not contain the fsck passno\n"
" field. I will kludge around things for you, but you\n"
" should fix your /etc/fstab file as soon as you can.\n\n"), stderr);