]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: config: fix misleading information in error message.
authorWilly Tarreau <w@1wt.eu>
Mon, 4 May 2015 19:46:08 +0000 (21:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 4 May 2015 19:46:08 +0000 (21:46 +0200)
The parameter name is "bind-process", not "bind_proc" which is the
internal variable name.

src/cfgparse.c

index 8578bc51777c450b1dbe320509b57bd2948197bb..45c9d6d31fc96714595cb5db85a1ce949ea03ad3 100644 (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++;
                                }