]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: cli: Remove useless debug message in cli_io_handler()
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 18 Apr 2023 16:36:43 +0000 (18:36 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 18 Apr 2023 16:57:04 +0000 (18:57 +0200)
commit845f7c4708d793b7ee1af7fac1c2c45a2e4e70c1
treed1e7efcc9fe819b85496bf52704485b5fff4f158
parentcbfcb02e2136708e629631666d20ea5634f627b2
CLEANUP: cli: Remove useless debug message in cli_io_handler()

When compiled in debug mode, HAProxy prints a debug message at the end of
the cli I/O handle. It is pretty annoying and useless because, we can active
applet traces. Thus, just remove it.
src/cli.c