]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* log-tags always win.
authorStefan Eissing <icing@apache.org>
Fri, 11 Jun 2021 11:40:38 +0000 (11:40 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 11 Jun 2021 11:40:38 +0000 (11:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1890696 13f79535-47bb-0310-9956-ffa450edef68

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

index 755f433b6e25b180b00182ff81b98c0e6fe75021..182bc7c939844f293edecb52b19a1c10ec62bcda 100644 (file)
@@ -1 +1 @@
-10273
+10275
index ab190ec86998011a162845c1ea09bd4b61177e34..348956079a2836851405f1b09449c3af99523a55 100644 (file)
@@ -1419,7 +1419,7 @@ static apr_status_t ssl_io_filter_handshake(ssl_filter_ctx_t *filter_ctx)
                  * it does not support ALPN (old server) or that it does not support
                  * any of our proposals (Apache itself up to 2.4.48 at least did that). */
                if (!alpn_empty_ok) {
-                    ap_log_cerror(APLOG_MARK, APLOG_INFO, 0, c, APLOGNO()
+                    ap_log_cerror(APLOG_MARK, APLOG_INFO, 0, c, APLOGNO(10273)
                                   "SSL Proxy: Peer did not select any of our ALPN protocols [%s].",
                                   alpn_note);
                     proxy_ssl_check_peer_ok = FALSE;
@@ -1436,7 +1436,7 @@ static apr_status_t ssl_io_filter_handshake(ssl_filter_ctx_t *filter_ctx)
                     /* From a conforming peer, this should never happen,
                      * but life always finds a way... */
                     proto = apr_pstrndup(c->pool, selected, slen);
-                    ap_log_cerror(APLOG_MARK, APLOG_INFO, 0, c, APLOGNO()
+                    ap_log_cerror(APLOG_MARK, APLOG_INFO, 0, c, APLOGNO(10274)
                                   "SSL Proxy: Peer proposed ALPN protocol %s which is none "
                                   "of our proposals [%s].", proto, alpn_note);
                     proxy_ssl_check_peer_ok = FALSE;