]> granicus.if.org Git - apache/commitdiff
update APLOGNO tags
authorStefan Eissing <icing@apache.org>
Fri, 29 Apr 2016 08:00:59 +0000 (08:00 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 29 Apr 2016 08:00:59 +0000 (08:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1741564 13f79535-47bb-0310-9956-ffa450edef68

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

index d27dd6f0e7ca8549732ebdfaa597399f46951286..8ac01b14edb250c8ca6009af977cbbda0c061a33 100644 (file)
@@ -1 +1 @@
-3384
+3386
index 6d41fadc5bbf6356402677bec145d7f676a973fd..2e9f4b1f39098162dc214102af0ecd78e0af8ad0 100644 (file)
@@ -335,7 +335,7 @@ static void h2_beam_emitted(h2_bucket_beam *beam, h2_beam_proxy *proxy)
             else {
                 /* it should be there unless we screwed up */
                 ap_log_perror(APLOG_MARK, APLOG_WARNING, 0, beam->red_pool, 
-                              APLOGNO() "h2_beam(%d-%s): emitted bucket not "
+                              APLOGNO(03384) "h2_beam(%d-%s): emitted bucket not "
                               "in hold, n=%d", beam->id, beam->tag, 
                               (int)proxy->n);
                 AP_DEBUG_ASSERT(!proxy->bred);
index 0fbb841f777e0de8ad6132f87724275c14d53214..5494551bdf41e751be68eccfeb2fdd48da5d7d45 100644 (file)
@@ -319,7 +319,7 @@ static void task_destroy(h2_mplx *m, h2_task *task, int events)
     /* cleanup any buffered input */
     status = h2_task_shutdown(task, 0);
     if (status != APR_SUCCESS){
-        ap_log_cerror(APLOG_MARK, APLOG_WARNING, status, m->c, APLOGNO() 
+        ap_log_cerror(APLOG_MARK, APLOG_WARNING, status, m->c, APLOGNO(03385
                       "h2_task(%s): shutdown", task->id);
     }