changeset 3994:a07747d1e1fd draft

Recapitalise
author Roy Marples <roy@marples.name>
date Sun, 02 Apr 2017 20:25:32 +0100
parents ff312fdee85f
children 329cbac97d4c
files src/dhcp.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/dhcp.c	Sun Apr 02 19:42:07 2017 +0100
+++ b/src/dhcp.c	Sun Apr 02 20:25:32 2017 +0100
@@ -2824,7 +2824,7 @@
 		}
 #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_inform(ifp);
 		}
 #else
-		LOGDHCP(LOG_ERR, "unauthenticated force renew");
+		LOGDHCP(LOG_ERR, "unauthenticated Force Renew");
 #endif
 		return;
 	}