X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Futcp.c;fp=src%2Futcp.c;h=acd8188bc3dca4e605465648ae108e70ee7b7b2a;hp=1c0890c6743b4a71b4da052bdb7ee800958b71ad;hb=6ba5501ace0b03e1573e4ec2a3fee1491f64bfe2;hpb=81ede69928a62f5bfbb815f0d60439a7506cbc2a diff --git a/src/utcp.c b/src/utcp.c index 1c0890c6..acd8188b 100644 --- a/src/utcp.c +++ b/src/utcp.c @@ -2043,7 +2043,6 @@ void utcp_abort_all_connections(struct utcp *utcp) { int utcp_close(struct utcp_connection *c) { if(c->rcvbuf.used) { - fprintf(stderr, "UTCP channel closed with stuff in receive buffer\n"); return reset_connection(c) ? 0 : -1; }