From 9280c524de9df7a16aaaf37e8b4d8eef11977ccc Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Tue, 19 Apr 2016 14:26:47 +0000 Subject: [PATCH] allocate an ID for new warning msg git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1739937 13f79535-47bb-0310-9956-ffa450edef68 --- docs/log-message-tags/next-number | 2 +- modules/http2/h2_bucket_beam.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 645e2f5790..d27dd6f0e7 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -3383 +3384 diff --git a/modules/http2/h2_bucket_beam.c b/modules/http2/h2_bucket_beam.c index aaf5300be4..d83f64deef 100644 --- a/modules/http2/h2_bucket_beam.c +++ b/modules/http2/h2_bucket_beam.c @@ -287,7 +287,7 @@ static apr_status_t beam_cleanup(void *data) h2_bucket_beam *beam = data; if (beam->live_beam_buckets) { - ap_log_perror(APLOG_MARK, APLOG_WARNING, 0, beam->life_pool, + ap_log_perror(APLOG_MARK, APLOG_WARNING, 0, beam->life_pool, APLOGNO(03383) "h2_beam(%d-%s) cleanup with live %d buckets", beam->id, beam->tag, (int)beam->live_beam_buckets); } -- 2.40.0