summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2014-02-13 22:51:04 +0000
committerChristian Pointner <equinox@anytun.org>2014-02-13 22:51:04 +0000
commit620de3643bedc3704708e21b2a4de3864fcc2f13 (patch)
tree6992b8651a21e655fd1492dfcee67eafec196d24
parentadded rail for remote resolving (diff)
removed debug output
-rw-r--r--src/udp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/udp.c b/src/udp.c
index 8e638e2..1257b07 100644
--- a/src/udp.c
+++ b/src/udp.c
@@ -417,7 +417,6 @@ static int udp_write_rail(udp_t* sock, u_int8_t* buf, u_int32_t len)
s = s->next_;
}
- log_printf(DEBUG, "sent %d Bytes to %d sockets", len, i);
return len;
}