From 0f68eaca1a40c6dd542af3bfd2e77aec724d4b64 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sun, 20 Jan 2008 23:25:06 +0100 Subject: [PATCH] [MINOR] fix configuration hint about timeouts Do not talk about "clitimeout", "contimeout" or "srvtimeout" anymore. --- src/cfgparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cfgparse.c b/src/cfgparse.c index ec6693345..0ee060b2e 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); }