From a2f8296e90e9bc3c4e4fa50c9b42e3f12bce24ca Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Sat, 23 Jan 2021 14:00:10 +0100
Subject: [PATCH] pcrs_filter_impl(): Improve wording of a log message

---
 filters.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/filters.c b/filters.c
index 91c98549..c49f1bc7 100644
--- a/filters.c
+++ b/filters.c
@@ -1705,8 +1705,8 @@ static char *pcrs_filter_impl(const struct client_state *csp, int filter_respons
       }
       else
       {
-         log_error(LOG_LEVEL_RE_FILTER,
-            "filtering client %s request body (size %lu) with \'%s\' produced %d hits (new size %lu).",
+         log_error(LOG_LEVEL_RE_FILTER, "filtering request body from client %s "
+            "(size %lu) with \'%s\' produced %d hits (new size %lu).",
             csp->ip_addr_str, prev_size, b->name, current_hits, size);
       }
 #ifdef FEATURE_EXTENDED_STATISTICS
-- 
2.49.0