aboutsummaryrefslogtreecommitdiff
path: root/net/udpsend~.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/udpsend~.c')
-rw-r--r--net/udpsend~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/udpsend~.c b/net/udpsend~.c
index e951e5d..6d6d0f1 100644
--- a/net/udpsend~.c
+++ b/net/udpsend~.c
@@ -394,7 +394,7 @@ static t_int *udpsend_tilde_perform(t_int *w)
int ret = send(x->x_fd, bp, length, SEND_FLAGS);
if (ret <= 0)
{
- post ("length %ld", length);
+ post ("udpsend~: sending length %ld", length);
udpsend_tilde_sockerror("send data");
pthread_mutex_unlock(&x->x_mutex);
udpsend_tilde_disconnect(x);