]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
dhcp: say domain name, when we mean domain name
authorLennart Poettering <lennart@poettering.net>
Thu, 27 Aug 2015 17:57:11 +0000 (19:57 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 27 Aug 2015 17:57:11 +0000 (19:57 +0200)
src/libsystemd-network/sd-dhcp-lease.c

index 123ea68f19b2bedb97bc550ce6ff18d2739e3531..6551e7c94c441c89bd105900e888fd4638d4400f 100644 (file)
@@ -538,7 +538,7 @@ int dhcp_lease_parse_options(uint8_t code, uint8_t len, const void *option, void
                 }
 
                 if (is_localhost(normalized)) {
-                        log_debug_errno(r, "Detected 'localhost' as suggested hostname, ignoring.");
+                        log_debug_errno(r, "Detected 'localhost' as suggested domain name, ignoring.");
                         break;
                 }
 
@@ -565,7 +565,7 @@ int dhcp_lease_parse_options(uint8_t code, uint8_t len, const void *option, void
                 }
 
                 if (is_localhost(normalized)) {
-                        log_debug_errno(r, "Detected 'localhost' as suggested hostname, ignoring.");
+                        log_debug_errno(r, "Detected 'localhost' as suggested host name, ignoring.");
                         return 0;
                 }