]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sd-dhcp-client: fix log message
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 8 Jul 2022 22:52:11 +0000 (07:52 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 9 Jul 2022 02:44:25 +0000 (11:44 +0900)
src/libsystemd-network/sd-dhcp-lease.c

index acc57ce53a44104091d4de483738d96ee8547ebe..388c5cd2a4b48ed10d2b6bcc6d4b32faad67eb3c 100644 (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;
         }