From f7cd3d5fcb6f393f1ff1decafb12d51e0db8894a Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Wed, 30 Sep 2015 14:42:27 +0200 Subject: core: adjust error message about /etc/mtab Since having /etc/mtab as a regular file is now a fatal error, stop mentioning irrelevant minor consequences. --- src/core/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/main.c b/src/core/main.c index 2406832694..d8a71488bd 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -1129,7 +1129,7 @@ static void test_mtab(void) { log_error("/etc/mtab is not a symlink or not pointing to /proc/self/mounts. " "This is not supported anymore. " - "Please make sure to replace this file by a symlink to avoid incorrect or misleading mount(8) output."); + "Please replace /etc/mtab with a symlink to /proc/self/mounts."); freeze_or_reboot(); } -- cgit v1.2.3-54-g00ecf