Add ChangeLog entries for changes from 639c42d7ab7 to 91f9e616645
[privoxy.git] / client-tags.c
index 6ba60f6..5cb873d 100644 (file)
@@ -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;
       }
    }