mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-13 04:59:13 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user