mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-26 03:13:35 -05:00
CLEANUP: backend: Remove useless debug message in assign_server()
When compiled in debug mode, HAProxy prints a debug message at the beginning of assign_server(). It is pretty annoying and useless because, in debug mode, we can active stream traces. Thus, just remove it.
This commit is contained in:
parent
27c17d1ca5
commit
cbfcb02e21
1 changed files with 0 additions and 2 deletions
|
|
@ -627,8 +627,6 @@ int assign_server(struct stream *s)
|
|||
struct server *srv = NULL, *prev_srv;
|
||||
int err;
|
||||
|
||||
DPRINTF(stderr,"assign_server : s=%p\n",s);
|
||||
|
||||
err = SRV_STATUS_INTERNAL;
|
||||
if (unlikely(s->pend_pos || s->flags & SF_ASSIGNED))
|
||||
goto out_err;
|
||||
|
|
|
|||
Loading…
Reference in a new issue