Mercurial > hg > dhcpcd
changeset 4464:d5a636216f97 draft
DHCPv6: fix warning message wording
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Sat, 20 Apr 2019 21:03:21 +0100 |
| parents | 7444e7099fb9 |
| children | 84ee61f7988b |
| files | src/dhcp6.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dhcp6.c Fri Apr 19 21:47:37 2019 +0100 +++ b/src/dhcp6.c Sat Apr 20 21:03:21 2019 +0100 @@ -3035,7 +3035,7 @@ * 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; }
