From: Roy Marples Date: Tue, 8 Jul 2014 08:41:08 +0000 (+0000) Subject: Typo X-Git-Tag: v6.4.1~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6e0c7f1c7d4267ceac3b8fea20cac00a54d1ca7;p=thirdparty%2Fdhcpcd.git Typo --- diff --git a/dhcp6.c b/dhcp6.c index f1ffc5f6..361cc66d 100644 --- a/dhcp6.c +++ b/dhcp6.c @@ -1346,7 +1346,7 @@ dhcp6_startrebind(void *arg) syslog(LOG_WARNING, "%s: failed to renew DHCPv6, rebinding", ifp->name); else - syslog(LOG_INFO, "%s: rebinding prior DHCPc6 lease", + syslog(LOG_INFO, "%s: rebinding prior DHCPv6 lease", ifp->name); state->state = DH6S_REBIND; state->RTC = 0;