summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}