From: Roy Marples Date: Sun, 2 Apr 2017 19:25:32 +0000 (+0100) Subject: Recapitalise X-Git-Tag: v7.0.0-beta3~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a67bea89c522d933add5161da6961e39505f17a0;p=thirdparty%2Fdhcpcd.git Recapitalise --- diff --git a/src/dhcp.c b/src/dhcp.c index 0761caa8..3ca21754 100644 --- a/src/dhcp.c +++ b/src/dhcp.c @@ -2824,7 +2824,7 @@ dhcp_handledhcp(struct interface *ifp, struct bootp *bootp, size_t bootp_len, } #ifdef AUTH if (auth == NULL) { - LOGDHCP(LOG_ERR, "unauthenticated force renew"); + LOGDHCP(LOG_ERR, "unauthenticated Force Renew"); if (ifo->auth.options & DHCPCD_AUTH_REQUIRE) return; } @@ -2843,7 +2843,7 @@ dhcp_handledhcp(struct interface *ifp, struct bootp *bootp, size_t bootp_len, dhcp_inform(ifp); } #else - LOGDHCP(LOG_ERR, "unauthenticated force renew"); + LOGDHCP(LOG_ERR, "unauthenticated Force Renew"); #endif return; }