]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Remove debug added accidently in last commit.
authorRoy Marples <roy@marples.name>
Thu, 1 Sep 2016 14:50:28 +0000 (14:50 +0000)
committerRoy Marples <roy@marples.name>
Thu, 1 Sep 2016 14:50:28 +0000 (14:50 +0000)
common.c

index 98d196b0bb3784048c94d660e3d4f65ff28673cc..59d11371bdce544b54c863ae9c08d0d5c470f906 100644 (file)
--- a/common.c
+++ b/common.c
@@ -420,8 +420,6 @@ recvmsg_alloc(int fd, struct msghdr *msg)
                                return -1;
                        break;
                }
-
-               printf ("NEW SIZE %zu", msg->msg_iov->iov_len);
        }
 
        bytes = recvmsg(fd, msg, 0);