diff --git a/src/cli.c b/src/cli.c index 51efbc445..5a6da3fa1 100644 --- a/src/cli.c +++ b/src/cli.c @@ -1416,7 +1416,6 @@ static int _getsocks(char **args, struct appctx *appctx, void *private) iov.iov_len = curoff; if (sendmsg(fd, &msghdr, 0) != curoff) { ha_warning("Failed to transfer sockets\n"); - printf("errno %d\n", errno); goto out; } /* Wait for an ack */