]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[MINOR] fix configuration hint about timeouts
authorWilly Tarreau <w@1wt.eu>
Sun, 20 Jan 2008 22:25:06 +0000 (23:25 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 20 Jan 2008 22:25:06 +0000 (23:25 +0100)
Do not talk about "clitimeout", "contimeout" or "srvtimeout"
anymore.

src/cfgparse.c

index ec6693345de6c5240f9bc8551d52242d7c9edf67..0ee060b2e16521448c3446a2a2bd477b252b2492 100644 (file)
@@ -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);
                }