]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
aplogno should be called aplogyes
authorStefan Eissing <icing@apache.org>
Thu, 13 Oct 2022 07:12:43 +0000 (07:12 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 13 Oct 2022 07:12:43 +0000 (07:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904561 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_request.c

index 7a820663ebb6eca5bfb2ff2cf24825f07fbf81ce..bddbad5180d29baf5a4d45c253407ffd908f017a 100644 (file)
@@ -313,7 +313,7 @@ static void assign_headers(request_rec *r, const h2_request *req,
          */
         const char *orig_host = apr_table_get(req->headers, "Host");
         if (orig_host && strcmp(req->authority, orig_host)) {
-            ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO()
+            ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(10401)
                           "overwriting 'Host: %s' with :authority: %s'",
                           orig_host, req->authority);
             apr_table_setn(r->subprocess_env, "H2_ORIGINAL_HOST", orig_host);