diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2015-09-30 14:42:27 +0200 |
---|---|---|
committer | Michal Schmidt <mschmidt@redhat.com> | 2015-10-07 13:08:05 +0200 |
commit | f7cd3d5fcb6f393f1ff1decafb12d51e0db8894a (patch) | |
tree | 198b1610053e0ca8a6eb2f2916bac56be65c5d1e | |
parent | 42911a567dc22c3115fb3ee3c56a7dcfb034f102 (diff) |
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.
-rw-r--r-- | src/core/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |