mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-28 22:31:06 +01: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
@ -765,7 +765,7 @@ static void mworker_reload()
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
alloc_error:
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user