mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
sd-dhcp-client: fix log message
(cherry picked from commit3857d367f0
) (cherry picked from commitd56649142b
)
This commit is contained in:
parent
45944e44a7
commit
3f909ca95a
@ -821,7 +821,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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user