]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/resolve/resolved.c
Merge pull request #2138 from stefwalter/journal-combine
[thirdparty/systemd.git] / src / resolve / resolved.c
index 472bb32764e4ebd660bfcac62424531127441323..eee52da882fa2ebbd8a35efe0b5e1cb5b2b8c034 100644 (file)
@@ -91,7 +91,7 @@ int main(int argc, char *argv[]) {
          * symlink */
         r = manager_write_resolv_conf(m);
         if (r < 0)
-                log_warning_errno(r, "Could not create resolv.conf: %m");
+                log_warning_errno(r, "Could not create "PRIVATE_RESOLV_CONF": %m");
 
         sd_notify(false,
                   "READY=1\n"