MINOR: log: do not discard stderr when starting is over
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 26 May 2021 09:05:45 +0000 (11:05 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 7 Jun 2021 14:58:16 +0000 (16:58 +0200)
commit0a1cdccebdd79901b98ce1b389c13b2fb27c0932
tree42419b42b9a3bf0d6e592435addd9aa4df978143
parent1833e43c3eb8cb55a732587023d8e0b12e5b89cf
MINOR: log: do not discard stderr when starting is over

Always print message in ha_alert/warning/notice when starting is over,
regardless of quiet/verbose options.

This change is useful to retrieve the output via the newly implemented
user messages buffer at runtime, for the CLI handlers.
src/errors.c