]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_http2: resolving duplicate log tag in #if/#else code copies.
authorStefan Eissing <icing@apache.org>
Fri, 14 Oct 2022 12:57:24 +0000 (12:57 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 14 Oct 2022 12:57:24 +0000 (12:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904590 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_stream.c

index d915b5295c1e884e1d827ddfafa80571db05843b..606e2762d047edf34d7c7b33bfb0f900b6126f33 100644 (file)
@@ -1604,7 +1604,7 @@ static apr_status_t stream_do_response(h2_stream *stream)
         h2_session_dispatch_event(stream->session,
                                  H2_SESSION_EV_PROTO_ERROR, ngrv, nghttp2_strerror(rv));
         ap_log_cerror(APLOG_MARK, APLOG_ERR, rv, c1,
-                      APLOGNO(02940) "submit_response: %s",
+                      APLOGNO(10402) "submit_response: %s",
                       nghttp2_strerror(rv));
         goto cleanup;
     }