diff options
author | Stefan Eissing <icing@apache.org> | 2022-10-14 12:57:24 +0000 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2022-10-14 12:57:24 +0000 |
commit | 4701f6f3cc47ac57053cf4151bfa60dd0b86a3a3 (patch) | |
tree | e9a88655f4c692558685c7067f33c767f27b8211 | |
parent | 99e23255a21711873404e4bb1b7cbe514ff00e02 (diff) | |
download | httpd-4701f6f3cc47ac57053cf4151bfa60dd0b86a3a3.tar.gz |
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
-rw-r--r-- | modules/http2/h2_stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http2/h2_stream.c b/modules/http2/h2_stream.c index d915b5295c..606e2762d0 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; } |