]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
And the necessary log tags added just shortly afterwards.
authorStefan Eissing <icing@apache.org>
Wed, 3 Mar 2021 15:52:56 +0000 (15:52 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 3 Mar 2021 15:52:56 +0000 (15:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1887152 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/ssl/ssl_engine_kernel.c

index 10347e113bd0e152fef0344c37144ea35c9939b2..b704eb2adc4311cce60d36ded411eeb32f63e4ea 100644 (file)
@@ -1 +1 @@
-10266
+10267
index 9df2b9600b551912c382f864aeecb35e578b1438..886ffda4e34a4edb609816e122d4f01e06f492fa 100644 (file)
@@ -2331,7 +2331,7 @@ static apr_status_t set_challenge_creds(conn_rec *c, const char *servername,
         
         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;