MINOR: errors: does not check MODE_STARTING for log emission
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 9 Nov 2023 13:08:10 +0000 (14:08 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 9 Nov 2023 13:39:11 +0000 (14:39 +0100)
commit59d699c0c434c68f5bbf36de49aeb92db6893cfc
tree0dabf376b66fa17030d4205d40bff00ea3bd659e
parentb959b752f9ceca2a7edfa61d22e621ef8d174f69
MINOR: errors: does not check MODE_STARTING for log emission

ha_alert(), ha_warning() and ha_notice() shouldn't check MODE_STARTING
for log emission. Let's remove the check.

This shouldn't do much since the stdio_quiet() function mute the output
in main().
src/errors.c