mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
MINOR: Fix an error message thrown when we run out of memory
Fixes a typo in an error message that can be seen by the end user when the haproxy subsystem runs out of memory.
This commit is contained in:
parent
71b4b150f2
commit
07a0834635
1 changed files with 1 additions and 1 deletions
|
|
@ -765,7 +765,7 @@ static void mworker_reload()
|
|||
return;
|
||||
|
||||
alloc_error:
|
||||
ha_warning("Failed to reexecute the master processs [%d]: Cannot allocate memory\n", pid);
|
||||
ha_warning("Failed to reexecute the master process [%d]: Cannot allocate memory\n", pid);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue