]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: proxy: respect the proper format string in sig_pause/sig_listen
authorWilly Tarreau <w@1wt.eu>
Fri, 9 Oct 2020 17:26:27 +0000 (19:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 9 Oct 2020 17:26:27 +0000 (19:26 +0200)
commit0a002df2c24a601aa6557b95598d275e3593bb6a
treed7d48eda7b5028bd8807e5286f0042a0053d55c0
parentccf429960b81cbadcb2b5e63c6098bc7e626495f
BUG/MINOR: proxy: respect the proper format string in sig_pause/sig_listen

When factoring out the pause/resume error messages in commit 775e00158
("MAJOR: signals: use protocol_pause_all() and protocol_resume_all()")
I forgot that ha_warning() and send_log() take a format string and not
just a const string. No backport is needed, this is 2.3-dev.
src/haproxy.c