From 9abfea848fe7e124eaa9da1d880d4c28848fe01b Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 24 Aug 2020 12:09:15 +0200 Subject: [PATCH] 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 --- parsers.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.2