chiark / gitweb /
sd-dhcp-client/networkd: add interface MTU support
[elogind.git] / src / network / networkd-manager.c
index f02eed1a59231ed7736c7caeaef444c6fe721da0..90328a1b5061e6d08fcf789d43e34eaa45131633 100644 (file)
@@ -291,8 +291,8 @@ static void append_dns(FILE *f, struct in_addr *dns, unsigned char family, unsig
         }
 
         if (*count == MAXNS)
-                fputs("# Too many dynamic name servers configured, the "
-                      "following entries will be ignored\n", f);
+                fputs("# Too many DNS servers configured, the following entries "
+                      "will be ignored\n", f);
 
         fprintf(f, "nameserver %s\n", address);