REORG: errors: split errors reporting function from log.c
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 4 Jun 2021 09:20:32 +0000 (11:20 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 7 Jun 2021 14:58:15 +0000 (16:58 +0200)
commitce986e1ce89cc62055d2a044eae0612f1addc08e
tree8874a245f3ead4de049c1a283660e8ee40caa699
parent01b3c3d4fb634ddf12ae103719b77f965987f037
REORG: errors: split errors reporting function from log.c

Move functions related to errors output on stderr from log.c to a newly
created errors.c file. It targets print_message and
ha_alert/warning/notice/diag functions and related startup_logs feature.
Makefile
include/haproxy/errors.h
src/errors.c [new file with mode: 0644]
src/log.c