mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-25 11:54:29 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -3342,7 +3342,7 @@ void send_email_alert(struct server *s, int level, const char *format, ...)
|
|||
va_end(argp);
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue