decompress_iob(): Downgrade the no-content message to LOG_LEVEL_RE_FILTER
authorFabian Keil <fk@fabiankeil.de>
Mon, 24 Aug 2020 10:09:15 +0000 (12:09 +0200)
committerFabian Keil <fk@fabiankeil.de>
Tue, 1 Sep 2020 10:22:42 +0000 (12:22 +0200)
While at it, fix a typo in a comment.

Sponsored by: Robert Klemme

parsers.c

index 5f8c686..f83fa04 100644 (file)
--- 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