summaryrefslogtreecommitdiffstats
path: root/sys-utils/umount.c
diff options
context:
space:
mode:
authorBenno Schulenberg2016-03-16 09:55:53 +0100
committerKarel Zak2016-03-16 10:39:38 +0100
commitb779c1aecb90a1bd097ec3c287eb3febd0959005 (patch)
treea8f59c950c3cb435f13c06067206cbd27407cef0 /sys-utils/umount.c
parentlogger: correct the grammar of an error message (diff)
downloadkernel-qcow2-util-linux-b779c1aecb90a1bd097ec3c287eb3febd0959005.tar.gz
kernel-qcow2-util-linux-b779c1aecb90a1bd097ec3c287eb3febd0959005.tar.xz
kernel-qcow2-util-linux-b779c1aecb90a1bd097ec3c287eb3febd0959005.zip
mount, umount, swapon, fsck, lsblk, findmnt: harmonize six error messages
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'sys-utils/umount.c')
-rw-r--r--sys-utils/umount.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-utils/umount.c b/sys-utils/umount.c
index 1d866fa1a..8e3ef4e52 100644
--- a/sys-utils/umount.c
+++ b/sys-utils/umount.c
@@ -43,8 +43,7 @@ static int table_parser_errcb(struct libmnt_table *tb __attribute__((__unused__)
const char *filename, int line)
{
if (filename)
- warnx(_("%s: parse error: ignore entry at line %d."),
- filename, line);
+ warnx(_("%s: parse error at line %d -- ignored"), filename, line);
return 1;
}