]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: debug: remove the now unused counter argument to complain()
authorWilly Tarreau <w@1wt.eu>
Mon, 10 Aug 2026 15:32:57 +0000 (17:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 13 Aug 2026 15:43:30 +0000 (17:43 +0200)
commit8f8cca5f0ea838d5cfc7dc8ab4cecb57fcb001c0
tree03a3984922984ed50a78b44b6145937dd3f1e300
parent991887f1a32ff90a5c843f8bcfb22b0085564d93
CLEANUP: debug: remove the now unused counter argument to complain()

Let's drop it before someone has the idea to use it again.

We take this opportunity for swapping complain()'s arguments which were
really poorly ordered since we're really passing a context first, so the
calls read better this way, particularly since we plan to add more.

This drops another 4 kB of code due to the number of calls.
include/haproxy/bug.h
src/debug.c