From bca08762d2f4813ec0db2af69f269e75fcce706d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Nephtali?= Date: Sat, 10 Mar 2018 20:59:56 +0100 Subject: [PATCH] CLEANUP: cli: Remove a leftover debug message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This printf() was added in f886e3478d ("MINOR: cli: Add a command to send listening sockets."). Signed-off-by: Aurélien Nephtali --- src/cli.c | 1 - 1 file changed, 1 deletion(-) 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 */