From: Yann Ylavic Date: Fri, 12 Jun 2015 14:58:58 +0000 (+0000) Subject: Follow up to r1685052: reduce log level to INFO. X-Git-Tag: 2.5.0-alpha~3086 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf339b65d6d928cdcbd9ccc2e2c6b1c717bbc924;p=apache Follow up to r1685052: reduce log level to INFO. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1685097 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_config.c b/modules/ssl/ssl_engine_config.c index 5112451db2..569922651a 100644 --- a/modules/ssl/ssl_engine_config.c +++ b/modules/ssl/ssl_engine_config.c @@ -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",