mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-11 17:46:57 +02:00
BUG/MINOR: checks: typo in an email-alert error message
When the email alert message couldn't be formatted, the logged error message said the contrary. This fix must be backported to 1.6.
This commit is contained in:
parent
e22bfd61b1
commit
b65e0335d9
@ -3342,7 +3342,7 @@ void send_email_alert(struct server *s, int level, const char *format, ...)
|
|||||||
va_end(argp);
|
va_end(argp);
|
||||||
|
|
||||||
if (len < 0) {
|
if (len < 0) {
|
||||||
Alert("Email alert [%s] could format message\n", p->id);
|
Alert("Email alert [%s] could not format message\n", p->id);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user