From eb927457cf4d2d0bb6f5f83611179ca6bb91d988 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Thu, 21 Aug 2014 15:48:36 +0000 Subject: [PATCH] mod_deflate: follow up to r1619444. Add missing APLOGNO. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1619453 13f79535-47bb-0310-9956-ffa450edef68 --- docs/log-message-tags/next-number | 2 +- modules/filters/mod_deflate.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 2e4e684632..f06c1c5aa9 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -2805 +2806 diff --git a/modules/filters/mod_deflate.c b/modules/filters/mod_deflate.c index de21b8d2df..1a418d5155 100644 --- a/modules/filters/mod_deflate.c +++ b/modules/filters/mod_deflate.c @@ -1315,7 +1315,7 @@ static apr_status_t deflate_in_filter(ap_filter_t *f, if (!check_ratio(r, ctx, dc)) { inflateEnd(&ctx->stream); - ap_log_rerror(APLOG_MARK, APLOG_WARNING, 0, r, APLOGNO() + ap_log_rerror(APLOG_MARK, APLOG_WARNING, 0, r, APLOGNO(02805) "Inflated content ratio is larger than the " "configured limit %i by %i time(s)", dc->ratio_limit, dc->ratio_burst); -- 2.40.0