From ae791df8e2a1ce76643c1cc353ccb04bde67953a Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Thu, 13 Oct 2022 07:12:43 +0000 Subject: [PATCH] aplogno should be called aplogyes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904561 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http2/h2_request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http2/h2_request.c b/modules/http2/h2_request.c index 7a820663eb..bddbad5180 100644 --- a/modules/http2/h2_request.c +++ b/modules/http2/h2_request.c @@ -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);