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