From 620de3643bedc3704708e21b2a4de3864fcc2f13 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 13 Feb 2014 22:51:04 +0000 Subject: removed debug output --- src/udp.c | 1 - 1 file changed, 1 deletion(-) 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; } -- cgit v1.2.3