From: Stefan Eissing Date: Thu, 6 Oct 2022 11:23:46 +0000 (+0000) Subject: Resolving a duplicate log tag after ressurecting h2_headers.c for 2.4.x compat. X-Git-Tag: 2.5.0-alpha2-ci-test-only~222 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61cf9210aea5ce488209464c72b40501bd9070a7;p=thirdparty%2Fapache%2Fhttpd.git Resolving a duplicate log tag after ressurecting h2_headers.c for 2.4.x compat. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904424 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_headers.c b/modules/http2/h2_headers.c index 5356d21b4fa..cbc7b01a342 100644 --- a/modules/http2/h2_headers.c +++ b/modules/http2/h2_headers.c @@ -153,7 +153,7 @@ h2_headers *h2_headers_rcreate(request_rec *r, int status, * in HTTP/2. Tell the client that it should use HTTP/1.1 for this. */ ap_log_rerror(APLOG_MARK, APLOG_DEBUG, headers->status, r, - APLOGNO(03061) + APLOGNO(10399) "h2_headers(%ld): renegotiate forbidden, cause: %s", (long)r->connection->id, cause); headers->status = H2_ERR_HTTP_1_1_REQUIRED;