commit | cbfcb02e2136708e629631666d20ea5634f627b2 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 18 18:25:09 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 18 18:57:04 2023 +0200 |
tree | 6acd7c7a1d49cc867d4051127e1525b6776c0c84 | |
parent | 27c17d1ca5534a5dea98c1e63217c6effe1ede45 [diff] |
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.