[git commit] dhcpd: string reuse
Denys Vlasenko
vda.linux at googlemail.com
Wed Mar 30 16:44:52 UTC 2016
commit: https://git.busybox.net/busybox/commit/?id=16efe191289ea7507410c343342486b6ea918024
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
networking/udhcp/dhcpd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/networking/udhcp/dhcpd.c b/networking/udhcp/dhcpd.c
index 79677ee..2671ea3 100644
--- a/networking/udhcp/dhcpd.c
+++ b/networking/udhcp/dhcpd.c
@@ -226,7 +226,7 @@ static NOINLINE void send_NAK(struct dhcp_packet *oldpacket)
init_packet(&packet, oldpacket, DHCPNAK);
- log1("sending NAK");
+ log1("sending %s", "NAK");
send_packet(&packet, /*force_bcast:*/ 1);
}
More information about the busybox-cvs
mailing list