]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: errors: move the MODE_QUIET test in print_message()
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 9 Nov 2023 13:18:27 +0000 (14:18 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 9 Nov 2023 13:39:11 +0000 (14:39 +0100)
commitda24b462c3c630654db64ee919c8f01dab50b9ec
treedecc256cf57f27c616d2590fac7850d1ae80d7b0
parent59d699c0c434c68f5bbf36de49aeb92db6893cfc
MEDIUM: errors: move the MODE_QUIET test in print_message()

Move the MODE_QUIET and MODE_VERBOSE test in print_message() so we
always output in the startup-logs even with MODE_QUIET.

ha_warning(), ha_alert() and ha_notice() does not check the MODE_QUIET
and MODE_VERBOSE anymore, it is done before doing the fprintf() in
print_message().
src/errors.c