From b24c207ce975877eb8914e87a4528b634f2396f0 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Fri, 29 Apr 2016 08:00:59 +0000 Subject: [PATCH] update APLOGNO tags git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1741564 13f79535-47bb-0310-9956-ffa450edef68 --- docs/log-message-tags/next-number | 2 +- modules/http2/h2_bucket_beam.c | 2 +- modules/http2/h2_mplx.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index d27dd6f0e7..8ac01b14ed 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -3384 +3386 diff --git a/modules/http2/h2_bucket_beam.c b/modules/http2/h2_bucket_beam.c index 6d41fadc5b..2e9f4b1f39 100644 --- a/modules/http2/h2_bucket_beam.c +++ b/modules/http2/h2_bucket_beam.c @@ -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); diff --git a/modules/http2/h2_mplx.c b/modules/http2/h2_mplx.c index 0fbb841f77..5494551bdf 100644 --- a/modules/http2/h2_mplx.c +++ b/modules/http2/h2_mplx.c @@ -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); } -- 2.40.0