mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 14:21:25 +02: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
@ -1416,7 +1416,6 @@ static int _getsocks(char **args, struct appctx *appctx, void *private)
|
|||||||
iov.iov_len = curoff;
|
iov.iov_len = curoff;
|
||||||
if (sendmsg(fd, &msghdr, 0) != curoff) {
|
if (sendmsg(fd, &msghdr, 0) != curoff) {
|
||||||
ha_warning("Failed to transfer sockets\n");
|
ha_warning("Failed to transfer sockets\n");
|
||||||
printf("errno %d\n", errno);
|
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
/* Wait for an ack */
|
/* Wait for an ack */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user