mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-11 10:30:49 -04:00
CLEANUP: config: fix misleading information in error message.
The parameter name is "bind-process", not "bind_proc" which is the internal variable name.
This commit is contained in:
parent
6bcb95da5b
commit
0334ffc65d
1 changed files with 1 additions and 1 deletions
|
|
@ -7925,7 +7925,7 @@ out_uri_auth_compat:
|
|||
if (curpeers->peers_fe->bind_proc) {
|
||||
Alert("Peers section '%s': peers referenced by sections "
|
||||
"running in different processes. Check global.nbproc"
|
||||
" and all tables' bind_proc settings.\n",
|
||||
" and all tables' bind-process settings.\n",
|
||||
curpeers->id);
|
||||
cfgerr++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue