X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=client-tags.c;fp=client-tags.c;h=5cb873d449402b37cdd9d88b1ff8f0c1d5d21d1e;hp=6ba60f65286914d8ce0dd039dfa801cc0505523e;hb=13e34676e2639e0cee4e3733f68825ca145cd9c2;hpb=2a598dfd8322f7cd79d1ea3022b42050ce7c56d1 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; } }