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.
This commit is contained in:
Amaury Denoyelle
2021-06-04 11:20:32 +02:00
parent 01b3c3d4fb
commit ce986e1ce8
4 changed files with 192 additions and 176 deletions

View File

@@ -60,7 +60,7 @@ enum {
};
/************ Error reporting functions from log.c ***********/
/************ Error reporting functions ***********/
/*
* Displays the message on stderr with the date and pid. Overrides the quiet