From: Yann Ylavic Date: Thu, 21 Aug 2014 15:48:36 +0000 (+0000) Subject: mod_deflate: follow up to r1619444. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23e65d33310291b9032cfcd4a4c890abd2716114;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 2e4e684632b..f06c1c5aa94 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 de21b8d2df3..1a418d5155a 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);