From: Stefan Eissing Date: Fri, 29 Apr 2016 08:00:59 +0000 (+0000) Subject: update APLOGNO tags X-Git-Tag: 2.5.0-alpha~1681 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b24c207ce975877eb8914e87a4528b634f2396f0;p=thirdparty%2Fapache%2Fhttpd.git update APLOGNO tags git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1741564 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index d27dd6f0e7c..8ac01b14edb 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 6d41fadc5bb..2e9f4b1f390 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 0fbb841f777..5494551bdf4 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); }