From: Eric Covener Date: Tue, 19 Apr 2016 14:26:47 +0000 (+0000) Subject: allocate an ID for new warning msg X-Git-Tag: 2.5.0-alpha~1729 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9280c524de9df7a16aaaf37e8b4d8eef11977ccc;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 645e2f57908..d27dd6f0e7c 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 aaf5300be4f..d83f64deefa 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); }