From: Paul Querna Date: Fri, 8 Jun 2007 16:00:14 +0000 (+0000) Subject: Fix error mesage for when a user trys to use memcache, but support is not available. X-Git-Tag: 2.3.0~1786 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2c52afa3109e2fa4cc402bd4dff0cba839a2e06;p=apache Fix error mesage for when a user trys to use memcache, but support is not available. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@545538 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_config.c b/modules/ssl/ssl_engine_config.c index dbd9ef42d5..1d4907c43c 100644 --- a/modules/ssl/ssl_engine_config.c +++ b/modules/ssl/ssl_engine_config.c @@ -1044,7 +1044,7 @@ const char *ssl_cmd_SSLSessionCache(cmd_parms *cmd, arg+9, NULL); } #else - return "SSLSessionCache: distcache support disabled"; + return "SSLSessionCache: memcache support disabled"; #endif } else {