From: Willy Tarreau Date: Sun, 20 Jan 2008 22:25:06 +0000 (+0100) Subject: [MINOR] fix configuration hint about timeouts X-Git-Tag: v1.3.15~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f68eaca1a40c6dd542af3bfd2e77aec724d4b64;p=thirdparty%2Fhaproxy.git [MINOR] fix configuration hint about timeouts Do not talk about "clitimeout", "contimeout" or "srvtimeout" anymore. --- diff --git a/src/cfgparse.c b/src/cfgparse.c index ec6693345d..0ee060b2e1 100644 --- a/src/cfgparse.c +++ b/src/cfgparse.c @@ -2781,7 +2781,7 @@ int readcfgfile(const char *file) Warning("parsing %s : missing timeouts for %s '%s'.\n" " | While not properly invalid, you will certainly encounter various problems\n" " | with such a configuration. To fix this, please ensure that all following\n" - " | values are set to a non-zero value: clitimeout, contimeout, srvtimeout.\n", + " | timeouts are set to a non-zero value: 'client', 'connect', 'server'.\n", file, proxy_type_str(curproxy), curproxy->id); }