summaryrefslogtreecommitdiffstats
path: root/sys-utils/swapon-common.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/swapon-common.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/swapon-common.c')
-rw-r--r--sys-utils/swapon-common.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-utils/swapon-common.c b/sys-utils/swapon-common.c
index 8b686c0cd..dd1593d49 100644
--- a/sys-utils/swapon-common.c
+++ b/sys-utils/swapon-common.c
@@ -16,8 +16,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;
}