]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core: adjust error message about /etc/mtab
authorMichal Schmidt <mschmidt@redhat.com>
Wed, 30 Sep 2015 12:42:27 +0000 (14:42 +0200)
committerMichal Schmidt <mschmidt@redhat.com>
Wed, 7 Oct 2015 11:08:05 +0000 (13:08 +0200)
Since having /etc/mtab as a regular file is now a fatal error, stop
mentioning irrelevant minor consequences.

src/core/main.c

index 2406832694ff5593344dae91808a988a1dd438f6..d8a71488bdfdff1a587318a2b225b3b84742ff28 100644 (file)
@@ -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();
 }