From: Roy Marples Date: Thu, 30 Mar 2017 20:32:04 +0000 (+0100) Subject: Remove this syslog entry .... it's just noise really as it's X-Git-Tag: v7.0.0-beta1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82d42cfcee1dab08b4fffbd661c492e285902137;p=thirdparty%2Fdhcpcd.git Remove this syslog entry .... it's just noise really as it's only triggered by a command or signal with is already logged. --- diff --git a/src/dhcpcd.c b/src/dhcpcd.c index a5cdd071..3d18d5fd 100644 --- a/src/dhcpcd.c +++ b/src/dhcpcd.c @@ -1170,7 +1170,6 @@ dhcpcd_ifrenew(struct interface *ifp) ifp->carrier == LINK_DOWN) return; - syslog(LOG_INFO, "%s: renewing", ifp->name); dhcp_renew(ifp); #define DHCPCD_RARENEW (DHCPCD_IPV6 | DHCPCD_IPV6RS) if ((ifp->options->options & DHCPCD_RARENEW) == DHCPCD_RARENEW)