]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1910656: Fix dumplicate APLOGNO.
authorYann Ylavic <ylavic@apache.org>
Wed, 28 Jun 2023 12:49:21 +0000 (12:49 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 28 Jun 2023 12:49:21 +0000 (12:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910664 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_request.c

index 2ade9fd988dbfbbd263cec1e1299a15b0dc8029a..2a1d10145b7d8658b60970b68e64530c8474569a 100644 (file)
@@ -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;