From: Stefan Eissing Date: Fri, 14 Oct 2022 12:57:24 +0000 (+0000) Subject: mod_http2: resolving duplicate log tag in #if/#else code copies. X-Git-Tag: 2.5.0-alpha2-ci-test-only~212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4701f6f3cc47ac57053cf4151bfa60dd0b86a3a3;p=thirdparty%2Fapache%2Fhttpd.git mod_http2: resolving duplicate log tag in #if/#else code copies. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904590 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_stream.c b/modules/http2/h2_stream.c index d915b5295c1..606e2762d04 100644 --- a/modules/http2/h2_stream.c +++ b/modules/http2/h2_stream.c @@ -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; }