From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 27 Dec 2020 14:32:02 +0000 (+0100)
Subject: Adjust a log message to clarify that it refers to client tags
X-Git-Tag: v_3_0_30~164
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/user-manual/diff?a=commitdiff_plain;h=13e34676e2639e0cee4e3733f68825ca145cd9c2;p=privoxy.git

Adjust a log message to clarify that it refers to client tags
---

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;
       }
    }