summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/mount.c')
-rw-r--r--sys-utils/mount.c3
1 files changed, 1 insertions, 2 deletions
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;
}