dhcp: say domain name, when we mean domain name

This commit is contained in:
Lennart Poettering 2015-08-27 19:57:11 +02:00
parent 9c8e3101ce
commit e37d2c941f
1 changed files with 2 additions and 2 deletions

View 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;
}