[Privoxy-commits] [privoxy] 06/11: Adjust a log message to clarify that it refers to client tags
    User Git 
    git at git.privoxy.org
       
    Sat Jan  2 12:55:52 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 13e34676e2639e0cee4e3733f68825ca145cd9c2
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sun Dec 27 15:32:02 2020 +0100
    Adjust a log message to clarify that it refers to client tags
---
 client-tags.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/client-tags.c b/client-tags.c
index 6ba60f65..5cb873d4 100644
--- a/client-tags.c
+++ b/client-tags.c
@@ -659,7 +659,7 @@ int client_tag_match(const struct pattern_spec *pattern,
    {
       if (0 == regexec(pattern->pattern.tag_regex, tag->str, 0, NULL, 0))
       {
-         log_error(LOG_LEVEL_TAGGING, "Tag '%s' matches", tag->str);
+         log_error(LOG_LEVEL_TAGGING, "Client tag '%s' matches", tag->str);
          return 1;
       }
    }
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Privoxy-commits
mailing list