]> granicus.if.org Git - apache/commitdiff
mod_deflate: follow up to r1619444.
authorYann Ylavic <ylavic@apache.org>
Thu, 21 Aug 2014 15:48:36 +0000 (15:48 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 21 Aug 2014 15:48:36 +0000 (15:48 +0000)
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
modules/filters/mod_deflate.c

index 2e4e684632bf7985d90b702dafaae2d40402fb41..f06c1c5aa947159c881fa1b4249e3dc8573f9414 100644 (file)
@@ -1 +1 @@
-2805
+2806
index de21b8d2df3d5793a45c1bb128c59d1ed4f4d1dc..1a418d5155a88ace8ec75b224aac1b7cd5c25904 100644 (file)
@@ -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);