From: Fabian Keil <fk@fabiankeil.de>
Date: Mon, 24 Aug 2020 10:09:15 +0000 (+0200)
Subject: decompress_iob(): Downgrade the no-content message to LOG_LEVEL_RE_FILTER
X-Git-Tag: v_3_0_29~190
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/man-page/faq/@proxy-info-url@?a=commitdiff_plain;h=9abfea848fe7e124eaa9da1d880d4c28848fe01b;p=privoxy.git

decompress_iob(): Downgrade the no-content message to LOG_LEVEL_RE_FILTER

While at it, fix a typo in a comment.

Sponsored by: Robert Klemme
---

diff --git a/parsers.c b/parsers.c
index 5f8c6861..f83fa045 100644
--- a/parsers.c
+++ b/parsers.c
@@ -826,8 +826,9 @@ jb_err decompress_iob(struct client_state *csp)
       }
       else
       {
-         /* zlib thinks this is OK, so lets do the same. */
-         log_error(LOG_LEVEL_INFO, "Decompression didn't result in any content.");
+         /* zlib thinks this is OK, so let's do the same. */
+         log_error(LOG_LEVEL_RE_FILTER,
+            "Decompression didn't result in any content.");
       }
    }
    else