From: Yann Ylavic Date: Wed, 28 Jun 2023 12:49:21 +0000 (+0000) Subject: Follow up to r1910656: Fix dumplicate APLOGNO. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49f3a9c00011d4d63590b42df0b3aabbb51d5ba4;p=thirdparty%2Fapache%2Fhttpd.git Follow up to r1910656: Fix dumplicate APLOGNO. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910664 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_request.c b/modules/http2/h2_request.c index 2ade9fd988d..2a1d10145b7 100644 --- a/modules/http2/h2_request.c +++ b/modules/http2/h2_request.c @@ -405,7 +405,7 @@ request_rec *h2_create_request_rec(const h2_request *req, conn_rec *c, } } else if (req->protocol) { - ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c, APLOGNO(10460) + ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c, APLOGNO(10470) "':protocol: %s' header present in %s request", req->protocol, req->method); access_status = HTTP_BAD_REQUEST;