pcrs_filter_impl(): Improve wording of a log message
authorFabian Keil <fk@fabiankeil.de>
Sat, 23 Jan 2021 13:00:10 +0000 (14:00 +0100)
committerFabian Keil <fk@fabiankeil.de>
Sat, 23 Jan 2021 15:40:28 +0000 (16:40 +0100)
filters.c

index 91c9854..c49f1bc 100644 (file)
--- a/filters.c
+++ b/filters.c
@@ -1705,8 +1705,8 @@ static char *pcrs_filter_impl(const struct client_state *csp, int filter_respons
       }
       else
       {
       }
       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
             csp->ip_addr_str, prev_size, b->name, current_hits, size);
       }
 #ifdef FEATURE_EXTENDED_STATISTICS