From: Stefan Eissing Date: Wed, 28 Jun 2023 11:39:43 +0000 (+0000) Subject: lognos for the new debugs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfb4dd90f189119ea9af72d51854c18b8dd57f1f;p=thirdparty%2Fapache%2Fhttpd.git lognos for the new debugs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910658 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_request.c b/modules/http2/h2_request.c index 135a465cfd2..2ade9fd988d 100644 --- a/modules/http2/h2_request.c +++ b/modules/http2/h2_request.c @@ -413,13 +413,13 @@ request_rec *h2_create_request_rec(const h2_request *req, conn_rec *c, } else if (h2_config_cgeti(c, H2_CONF_PROXY_REQUESTS)) { if (!req->scheme) { - ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c, APLOGNO() + ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c, APLOGNO(10468) "H2ProxyRequests on, but request misses :scheme"); access_status = HTTP_BAD_REQUEST; goto die; } if (!req->authority) { - ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c, APLOGNO() + ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c, APLOGNO(10469) "H2ProxyRequests on, but request misses :authority"); access_status = HTTP_BAD_REQUEST; goto die;