]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Remove debug from prior
authorRoy Marples <roy@marples.name>
Fri, 30 Oct 2020 16:13:49 +0000 (16:13 +0000)
committerRoy Marples <roy@marples.name>
Fri, 30 Oct 2020 16:13:49 +0000 (16:13 +0000)
src/dhcp.c

index ffbd492d776dc8e78c799fbd04a7053820658e30..5af6de329d5bcd60560954db46d617f9f2030f80 100644 (file)
@@ -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.