summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network/sd-dhcp-lease.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-07-09 00:52:11 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-07-09 04:44:25 +0200
commit3857d367f0028dd5480498ba5d3507866c7f294e (patch)
tree82e3eaad79dd25551bd7c024552dd12565c63d47 /src/libsystemd-network/sd-dhcp-lease.c
parenttest-network: check DHCPv4 address in more detail (diff)
downloadsystemd-3857d367f0028dd5480498ba5d3507866c7f294e.tar.xz
systemd-3857d367f0028dd5480498ba5d3507866c7f294e.zip
sd-dhcp-client: fix log message
Diffstat (limited to '')
-rw-r--r--src/libsystemd-network/sd-dhcp-lease.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-network/sd-dhcp-lease.c b/src/libsystemd-network/sd-dhcp-lease.c
index acc57ce53a..388c5cd2a4 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;
}