aboutsummaryrefslogtreecommitdiff
path: root/tcpsend.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcpsend.c')
-rw-r--r--tcpsend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcpsend.c b/tcpsend.c
index bb8f6fe..e4f0aba 100644
--- a/tcpsend.c
+++ b/tcpsend.c
@@ -71,7 +71,7 @@ static void tcpsend_connect(t_tcpsend *x, t_symbol *hostname,
/* create a socket */
sockfd = socket(AF_INET, SOCK_STREAM, 0);
- DEBUG("tcpsend_connect: send socket %d\n", sockfd);
+ DEBUG("send socket %d\n", sockfd);
if (sockfd < 0)
{
sys_sockerror("tcpsend: socket");