projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a598df
)
Adjust a log message to clarify that it refers to client tags
author
Fabian Keil
<fk@fabiankeil.de>
Sun, 27 Dec 2020 14:32:02 +0000
(15:32 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Sat, 2 Jan 2021 12:55:03 +0000
(13:55 +0100)
client-tags.c
patch
|
blob
|
history
diff --git
a/client-tags.c
b/client-tags.c
index
6ba60f6
..
5cb873d
100644
(file)
--- 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, "
T
ag '%s' matches", tag->str);
+ log_error(LOG_LEVEL_TAGGING, "
Client t
ag '%s' matches", tag->str);
return 1;
}
}