mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 06:11:32 +02:00
CLEANUP: errors: fix obsolete function comments
Since 9f903af5 ("MEDIUM: log: slightly refine the output format of alerts/warnings/etc"), messages generated by ha_{alert,warning,notice} don't embed date/time information anymore. Updating some old function comments that kept saying otherwise.
This commit is contained in:
parent
a65dd3a2c8
commit
88687f0980
@ -419,7 +419,7 @@ static void print_message_args(int use_usermsgs_ctx, const char *label, const ch
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Displays the message on stderr with the date and pid. Overrides the quiet
|
* Displays the message on stderr with the pid. Overrides the quiet
|
||||||
* mode during startup.
|
* mode during startup.
|
||||||
*/
|
*/
|
||||||
void ha_alert(const char *fmt, ...)
|
void ha_alert(const char *fmt, ...)
|
||||||
@ -443,7 +443,7 @@ void ha_alert(const char *fmt, ...)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Displays the message on stderr with the date and pid.
|
* Displays the message on stderr with the pid.
|
||||||
*/
|
*/
|
||||||
void ha_warning(const char *fmt, ...)
|
void ha_warning(const char *fmt, ...)
|
||||||
{
|
{
|
||||||
@ -504,7 +504,7 @@ void ha_diag_warning(const char *fmt, ...)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Displays the message on stderr with the date and pid.
|
* Displays the message on stderr with the pid.
|
||||||
*/
|
*/
|
||||||
void ha_notice(const char *fmt, ...)
|
void ha_notice(const char *fmt, ...)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user