DEBUG: mux-spop: Review some trace messages to adjust the message or the level
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 14 May 2025 07:39:03 +0000 (09:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 15 May 2025 15:01:44 +0000 (17:01 +0200)
commit203ee89cfbc93aa424875de9e726951a49f5e97c
tree4fe3a8268ae2ee1e626f23356379f75b84d084cd
parent620233e05d1cea225d090972fc34250a46858a6c
DEBUG: mux-spop: Review some trace messages to adjust the message or the level

Some trace messages were not really accurrate, reporting a CLOSED connection
while only an error was reported on it. In addition, an TRACE_ERROR() was
used to report a short read on HELLO/DISCONNECT frames header. But it is not
an error. a TRACE_DEVEL() should be used instead.

This patch could be backported to 3.1 to ease future backports.

(cherry picked from commit e2ae8a74e87d32730e3edba26626518fd33e3a58)
Signed-off-by: Willy Tarreau <w@1wt.eu>
src/mux_spop.c