resolve: update log message
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 28 Jun 2018 14:57:22 +0000 (23:57 +0900)
committerLennart Poettering <lennart@poettering.net>
Fri, 29 Jun 2018 09:37:07 +0000 (11:37 +0200)
Follow-up for f43580f17d9977ea330deacc8931982e41a49abf.

src/resolve/resolved-resolv-conf.c

index edad569..b37abe4 100644 (file)
@@ -55,8 +55,8 @@ int manager_check_resolv_conf(const Manager *m) {
                 if (stat(path, &own) >= 0 &&
                     st.st_dev == own.st_dev &&
                     st.st_ino == own.st_ino) {
-                        log_warning("In spite of DNSStubListner= is disabled, /etc/resolv.conf is a symlink to %s, "
-                                    "which expects DNSStubListner= is enabled.", path);
+                        log_warning("DNSStubListner= is disabled, but /etc/resolv.conf is a symlink to %s "
+                                    "which expects DNSStubListner= to be enabled.", path);
                         return -EOPNOTSUPP;
                 }
         }