]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
lognos for the new debugs
authorStefan Eissing <icing@apache.org>
Wed, 28 Jun 2023 11:39:43 +0000 (11:39 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 28 Jun 2023 11:39:43 +0000 (11:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910658 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_request.c

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