projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76de95a
)
CLEANUP: cli: Remove a leftover debug message
author
Aurélien Nephtali
<aurelien.nephtali@corp.ovh.com>
Sat, 10 Mar 2018 19:59:56 +0000
(20:59 +0100)
committer
Willy Tarreau
<w@1wt.eu>
Mon, 12 Mar 2018 06:49:05 +0000
(07:49 +0100)
This printf() was added in
f886e3478d
("MINOR: cli: Add a command to
send listening sockets.").
Signed-off-by: Aurélien Nephtali <aurelien.nephtali@corp.ovh.com>
src/cli.c
patch
|
blob
|
history
diff --git
a/src/cli.c
b/src/cli.c
index
51efbc4
..
5a6da3f
100644
(file)
--- 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 */