]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: debug: prepare complain() to be used in multiple ways
authorWilly Tarreau <w@1wt.eu>
Tue, 11 Aug 2026 09:13:14 +0000 (11:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 13 Aug 2026 15:43:30 +0000 (17:43 +0200)
commit18dd26fcdaa879bb07f6bbd10c7a4bdda9081d18
treef425a5abec66a58555937c4643ac5f84294f12f2
parentc73d05326ed3a9d8356b8ca652dfe7f57e5dc8ba
MINOR: debug: prepare complain() to be used in multiple ways

We'll intrument the function to do a bit more, but all call paths will
not be able to support this, so let's first turn it to a general one
as _complain() and have complain() just call it. Better not inline them,
we don't want to duplicate the footprint for something rarely used.
src/debug.c