From: Roy Marples Date: Fri, 30 Oct 2020 16:13:49 +0000 (+0000) Subject: Remove debug from prior X-Git-Tag: v9.3.2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=734031c7caec9f6a62a2b42aabd960cc13816d6d;p=thirdparty%2Fdhcpcd.git Remove debug from prior --- diff --git a/src/dhcp.c b/src/dhcp.c index ffbd492d..5af6de32 100644 --- a/src/dhcp.c +++ b/src/dhcp.c @@ -1778,9 +1778,6 @@ send_message(struct interface *ifp, uint8_t type, else to.s_addr = INADDR_BROADCAST; - logdebugx("from %s", inet_ntoa(from)); - logdebugx("to %s", inet_ntoa(to)); - /* * If not listening on the unspecified address we can * only receive broadcast messages via BPF.