You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2021/03/03 15:52:56 UTC

svn commit: r1887152 - in /httpd/httpd/trunk: docs/log-message-tags/next-number modules/ssl/ssl_engine_kernel.c

Author: icing
Date: Wed Mar  3 15:52:56 2021
New Revision: 1887152

URL: http://svn.apache.org/viewvc?rev=1887152&view=rev
Log:
And the necessary log tags added just shortly afterwards.


Modified:
    httpd/httpd/trunk/docs/log-message-tags/next-number
    httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c

Modified: httpd/httpd/trunk/docs/log-message-tags/next-number
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/log-message-tags/next-number?rev=1887152&r1=1887151&r2=1887152&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/log-message-tags/next-number (original)
+++ httpd/httpd/trunk/docs/log-message-tags/next-number Wed Mar  3 15:52:56 2021
@@ -1 +1 @@
-10266
+10267

Modified: httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c?rev=1887152&r1=1887151&r2=1887152&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c (original)
+++ httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c Wed Mar  3 15:52:56 2021
@@ -2331,7 +2331,7 @@ static apr_status_t set_challenge_creds(
         
         rv = modssl_read_cert(c->pool, cert_pem, key_pem, NULL, NULL, &cert, &key);
         if (rv != APR_SUCCESS) {
-            ap_log_cerror(APLOG_MARK, APLOG_WARNING, 0, c, APLOGNO()
+            ap_log_cerror(APLOG_MARK, APLOG_WARNING, 0, c, APLOGNO(10266)
                           "Failed to parse PEM of challenge certificate %s",
                           servername);
             goto cleanup;