1
0
mirror of https://github.com/systemd/systemd synced 2024-07-09 04:26:06 +00:00

sd-dhcp-client: fix log message

This commit is contained in:
Yu Watanabe 2022-07-09 07:52:11 +09:00
parent 2b6a24a602
commit 3857d367f0

View File

@ -819,7 +819,7 @@ int dhcp_lease_parse_options(uint8_t code, uint8_t len, const void *option, void
break;
default:
log_debug("Ignoring option DHCP option %"PRIu8" while parsing.", code);
log_debug("Ignoring DHCP option %"PRIu8" while parsing.", code);
break;
}