You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2015/06/12 16:58:58 UTC

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

Author: ylavic
Date: Fri Jun 12 14:58:58 2015
New Revision: 1685097

URL: http://svn.apache.org/r1685097
Log:
Follow up to r1685052: reduce log level to INFO.

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?rev=1685097&r1=1685096&r2=1685097&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/ssl/ssl_engine_config.c (original)
+++ httpd/httpd/trunk/modules/ssl/ssl_engine_config.c Fri Jun 12 14:58:58 2015
@@ -845,7 +845,7 @@ const char *ssl_cmd_SSLCertificateChainF
     if (!ap_retained_data_get(once_key)) {
         ap_retained_data_create(once_key, sizeof(char));
 
-        ap_log_error(APLOG_MARK, APLOG_WARNING|APLOG_STARTUP, 0, NULL,
+        ap_log_error(APLOG_MARK, APLOG_INFO|APLOG_STARTUP, 0, NULL,
                      APLOGNO(02559)
                      "The SSLCertificateChainFile directive (%s:%d) is "
                      "deprecated, SSLCertificateFile should be used instead",