summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2016-11-08 20:57:16 +0000
committerRoy Marples <roy@marples.name>2016-11-08 20:57:16 +0000
commitf287ccc959a65f2c684324d644b472b12db1e7b3 (patch)
treeccfce2a19b2172e0959b7e94879daa5198d6f114
parent4e40c20810dfec3e2512c0844f058dd57202eb6b (diff)
downloaddhcpcd-f287ccc959a65f2c684324d644b472b12db1e7b3.tar.xz
Remove debug
-rw-r--r--if-linux.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/if-linux.c b/if-linux.c
index 54c740e6..4d0f61bd 100644
--- a/if-linux.c
+++ b/if-linux.c
@@ -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) {