]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Remove debug
authorRoy Marples <roy@marples.name>
Tue, 8 Nov 2016 20:57:16 +0000 (20:57 +0000)
committerRoy Marples <roy@marples.name>
Tue, 8 Nov 2016 20:57:16 +0000 (20:57 +0000)
if-linux.c

index 54c740e697e179ac938797db6553c239e7164245..4d0f61bdda66b1dde0d07903b670381806957137 100644 (file)
@@ -1129,8 +1129,6 @@ if_route(unsigned char cmd, const struct rt *rt)
        struct nlmr nlm;
        bool gateway_unspec;
 
-       printf ("\nROUTE %s\n\n", cmd == RTM_DELETE ? "DELETE" : "ADD");
-
        memset(&nlm, 0, sizeof(nlm));
        nlm.hdr.nlmsg_len = NLMSG_LENGTH(sizeof(struct rtmsg));
        switch (cmd) {