mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-12 07:13:08 -05:00
CLEANUP: cli: Remove a leftover debug message
This printf() was added in f886e3478d ("MINOR: cli: Add a command to
send listening sockets.").
Signed-off-by: Aurlien Nephtali <aurelien.nephtali@corp.ovh.com>
This commit is contained in:
parent
76de95a4c0
commit
bca08762d2
1 changed files with 0 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue