[Privoxy-commits] [privoxy] 02/04: pcrs_filter_impl(): Improve wording of a log message
    User Git 
    git at git.privoxy.org
       
    Sat Jan 23 15:38:48 UTC 2021
    
    
  
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit a2f8296e90e9bc3c4e4fa50c9b42e3f12bce24ca
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sat Jan 23 14:00:10 2021 +0100
    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
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Privoxy-commits
mailing list