]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Recapitalise
authorRoy Marples <roy@marples.name>
Sun, 2 Apr 2017 19:25:32 +0000 (20:25 +0100)
committerRoy Marples <roy@marples.name>
Sun, 2 Apr 2017 19:25:32 +0000 (20:25 +0100)
src/dhcp.c

index 0761caa8e17093ca1da6d30bd980f3fd0db38a7f..3ca2175437303ff37530cd1f3a623cb27d9c0fab 100644 (file)
@@ -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;
        }