]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update log tags, as usual
authorStefan Eissing <icing@apache.org>
Thu, 15 Jun 2023 09:46:00 +0000 (09:46 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 15 Jun 2023 09:46:00 +0000 (09:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910426 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_c1_io.c

index c43fa1b801c1840cf4864256de0ae16a6d7fff1b..5606d52bfa9d6535cb623277751a31d070354592 100644 (file)
@@ -267,7 +267,7 @@ static apr_status_t pass_output(h2_c1_io *io, int flush)
         /* recursive call, may be triggered by an H2EOS bucket
          * being destroyed and triggering sending more data? */
         AP_DEBUG_ASSERT(0);
-        ap_log_cerror(APLOG_MARK, APLOG_ERR, rv, c, APLOGNO()
+        ap_log_cerror(APLOG_MARK, APLOG_ERR, rv, c, APLOGNO(10456)
                       "h2_c1_io(%ld): recursive call of h2_c1_io_pass. "
                       "Denied to prevent output corruption. This "
                       "points to a bug in the HTTP/2 implementation.",