From b779c1aecb90a1bd097ec3c287eb3febd0959005 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 16 Mar 2016 09:55:53 +0100 Subject: mount, umount, swapon, fsck, lsblk, findmnt: harmonize six error messages Signed-off-by: Benno Schulenberg --- sys-utils/swapon-common.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys-utils/swapon-common.c') 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; } -- cgit v1.2.3-55-g7522