CLEANUP: config: fix misleading information in error message.
The parameter name is "bind-process", not "bind_proc" which is the
internal variable name.
diff --git a/src/cfgparse.c b/src/cfgparse.c
index 8578bc5..45c9d6d 100644
--- a/src/cfgparse.c
+++ b/src/cfgparse.c
@@ -7925,7 +7925,7 @@
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++;
}