From: Willy Tarreau Date: Mon, 4 May 2015 19:46:08 +0000 (+0200) Subject: CLEANUP: config: fix misleading information in error message. X-Git-Tag: v1.6-dev2~138 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0334ffc65d791120a102d72df2f5503537fe0077;p=thirdparty%2Fhaproxy.git 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 8578bc5177..45c9d6d31f 100644 --- a/src/cfgparse.c +++ b/src/cfgparse.c @@ -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++; }