]> granicus.if.org Git - apache/commitdiff
Follow up to r1685052: reduce log level to INFO.
authorYann Ylavic <ylavic@apache.org>
Fri, 12 Jun 2015 14:58:58 +0000 (14:58 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 12 Jun 2015 14:58:58 +0000 (14:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1685097 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_config.c

index 5112451db2dc881cc1caad015661246ec3cbceb2..569922651af1ccab8ca6cc75459a46068739f85f 100644 (file)
@@ -845,7 +845,7 @@ const char *ssl_cmd_SSLCertificateChainFile(cmd_parms *cmd,
     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",