summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-07-09 07:52:11 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-07-09 11:44:25 +0900
commit3857d367f0028dd5480498ba5d3507866c7f294e (patch)
tree82e3eaad79dd25551bd7c024552dd12565c63d47 /src/libsystemd-network
parent2b6a24a60206fe5ce16f75df984b2add44a69033 (diff)
downloadsystemd-3857d367f0028dd5480498ba5d3507866c7f294e.tar.gz
sd-dhcp-client: fix log message
Diffstat (limited to 'src/libsystemd-network')
-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;
}