summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2023-06-15 11:46:00 +0200
committerStefan Eissing <icing@apache.org>2023-06-15 11:46:00 +0200
commit992bb03650fdc72e736d2d722f3b114cd3518bc8 (patch)
treedab6cac55aee45244b314e7e9c6b2fa89f6e5870 /modules
parentsteal a number (diff)
downloadapache2-992bb03650fdc72e736d2d722f3b114cd3518bc8.tar.xz
apache2-992bb03650fdc72e736d2d722f3b114cd3518bc8.zip
update log tags, as usual
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910426 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules')
-rw-r--r--modules/http2/h2_c1_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http2/h2_c1_io.c b/modules/http2/h2_c1_io.c
index c43fa1b801..5606d52bfa 100644
--- a/modules/http2/h2_c1_io.c
+++ b/modules/http2/h2_c1_io.c
@@ -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.",