diff options
author | Stefan Eissing <icing@apache.org> | 2023-06-15 11:46:00 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2023-06-15 11:46:00 +0200 |
commit | 992bb03650fdc72e736d2d722f3b114cd3518bc8 (patch) | |
tree | dab6cac55aee45244b314e7e9c6b2fa89f6e5870 /modules | |
parent | steal a number (diff) | |
download | apache2-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.c | 2 |
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.", |