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/mount.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys-utils/mount.c') diff --git a/sys-utils/mount.c b/sys-utils/mount.c index 01eaccb39..9c4729ef8 100644 --- a/sys-utils/mount.c +++ b/sys-utils/mount.c @@ -99,8 +99,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