From: Stefan Eissing Date: Wed, 3 Mar 2021 15:52:56 +0000 (+0000) Subject: And the necessary log tags added just shortly afterwards. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1010 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=899096a0669db32a266622b0c4c1550afb5ab10d;p=thirdparty%2Fapache%2Fhttpd.git And the necessary log tags added just shortly afterwards. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1887152 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 10347e113bd..b704eb2adc4 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -10266 +10267 diff --git a/modules/ssl/ssl_engine_kernel.c b/modules/ssl/ssl_engine_kernel.c index 9df2b9600b5..886ffda4e34 100644 --- a/modules/ssl/ssl_engine_kernel.c +++ b/modules/ssl/ssl_engine_kernel.c @@ -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;