From 0334ffc65d791120a102d72df2f5503537fe0077 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Mon, 4 May 2015 21:46:08 +0200 Subject: [PATCH] CLEANUP: config: fix misleading information in error message. The parameter name is "bind-process", not "bind_proc" which is the internal variable name. --- src/cfgparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cfgparse.c b/src/cfgparse.c index 8578bc517..45c9d6d31 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++; }