]> git.meshlink.io Git - meshlink/blobdiff - src/utcp.c
Fix the channels-udp test case.
[meshlink] / src / utcp.c
index 1c0890c6743b4a71b4da052bdb7ee800958b71ad..acd8188bc3dca4e605465648ae108e70ee7b7b2a 100644 (file)
@@ -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;
        }