mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-27 17:21:00 +02: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
@ -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…
x
Reference in New Issue
Block a user