mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-03-06 03:18:43 +00: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…
Reference in New Issue
Block a user