From: Yu Watanabe Date: Fri, 8 Jul 2022 22:52:11 +0000 (+0900) Subject: sd-dhcp-client: fix log message X-Git-Tag: v252-rc1~690^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3857d367f0028dd5480498ba5d3507866c7f294e;p=thirdparty%2Fsystemd.git sd-dhcp-client: fix log message --- diff --git a/src/libsystemd-network/sd-dhcp-lease.c b/src/libsystemd-network/sd-dhcp-lease.c index acc57ce53a4..388c5cd2a4b 100644 --- a/src/libsystemd-network/sd-dhcp-lease.c +++ b/src/libsystemd-network/sd-dhcp-lease.c @@ -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; }