From: Stefan Eissing Date: Thu, 13 Oct 2022 07:12:43 +0000 (+0000) Subject: aplogno should be called aplogyes X-Git-Tag: 2.5.0-alpha2-ci-test-only~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae791df8e2a1ce76643c1cc353ccb04bde67953a;p=thirdparty%2Fapache%2Fhttpd.git aplogno should be called aplogyes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904561 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_request.c b/modules/http2/h2_request.c index 7a820663ebb..bddbad5180d 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);