From a7511c4ea5e9804c1499c53dfe5521a7c153e145 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sat, 20 Apr 2019 21:03:21 +0100 Subject: [PATCH] DHCPv6: fix warning message wording --- src/dhcp6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dhcp6.c b/src/dhcp6.c index 8fc4f000..dee8d4b6 100644 --- a/src/dhcp6.c +++ b/src/dhcp6.c @@ -3035,7 +3035,7 @@ dhcp6_bind(struct interface *ifp, const char *op, const char *sfrom) * unless those values in those fields are 0. */ logwarnx("%s: ignoring T1 %"PRIu32 - " to due address expiry", + " due to address expiry", ifp->name, state->renew); state->renew = state->rebind = 0; } -- 2.47.2