You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2007/06/08 18:00:15 UTC

svn commit: r545538 - /httpd/httpd/trunk/modules/ssl/ssl_engine_config.c

Author: pquerna
Date: Fri Jun  8 09:00:14 2007
New Revision: 545538

URL: http://svn.apache.org/viewvc?view=rev&rev=545538
Log:
Fix error mesage for when a user trys to use memcache, but support is not available.

Modified:
    httpd/httpd/trunk/modules/ssl/ssl_engine_config.c

Modified: httpd/httpd/trunk/modules/ssl/ssl_engine_config.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/ssl_engine_config.c?view=diff&rev=545538&r1=545537&r2=545538
==============================================================================
--- httpd/httpd/trunk/modules/ssl/ssl_engine_config.c (original)
+++ httpd/httpd/trunk/modules/ssl/ssl_engine_config.c Fri Jun  8 09:00:14 2007
@@ -1044,7 +1044,7 @@
                                arg+9, NULL);
         }
 #else
-        return "SSLSessionCache: distcache support disabled";
+        return "SSLSessionCache: memcache support disabled";
 #endif
     }
     else {