]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: debug: remove the trailing \n from BUG_ON() statements
authorWilly Tarreau <w@1wt.eu>
Mon, 14 Apr 2025 16:45:35 +0000 (18:45 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Apr 2025 17:02:13 +0000 (19:02 +0200)
commit23705564ae1bb95d7721bc921d58c508e76c7070
tree4ed502c288df04a8bd68c646f03cc4ed392dc21d
parentf9390a689f234f360fbabcd81982e6f61ec5bd48
BUG/MINOR: debug: remove the trailing \n from BUG_ON() statements

These ones were added by mistake during the change of the cfgparse
mechanism in 3.1, but they're corrupting the output of "debug counters"
by leaving stray ']' on their own lines. We could possibly check them
all once at boot but it doens't seem worth it.

This should be backported to 3.1.
src/cfgparse-global.c
src/cli.c
src/mworker.c
src/tools.c