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:
Willy Tarreau 2015-05-04 21:46:08 +02:00
parent 6bcb95da5b
commit 0334ffc65d

View File

@ -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++;
}