]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
allocate an ID for new warning msg
authorEric Covener <covener@apache.org>
Tue, 19 Apr 2016 14:26:47 +0000 (14:26 +0000)
committerEric Covener <covener@apache.org>
Tue, 19 Apr 2016 14:26:47 +0000 (14:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1739937 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/http2/h2_bucket_beam.c

index 645e2f579084407fcef23b8484bf6c188db3fce2..d27dd6f0e7ca8549732ebdfaa597399f46951286 100644 (file)
@@ -1 +1 @@
-3383
+3384
index aaf5300be4fc9531de1634e2881804d7ecca97d5..d83f64deefa2466adab8326e6608a17e7aaf762c 100644 (file)
@@ -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);
     }