projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
212b29f
)
enable_client_specific_tag(): Fix format specifier in a log message
author
Fabian Keil
<fk@fabiankeil.de>
Fri, 11 Sep 2020 12:48:12 +0000
(14:48 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Fri, 11 Sep 2020 14:35:40 +0000
(16:35 +0200)
client-tags.c
patch
|
blob
|
history
diff --git
a/client-tags.c
b/client-tags.c
index
23eb39f
..
a8cb696
100644
(file)
--- a/
client-tags.c
+++ b/
client-tags.c
@@
-568,7
+568,7
@@
jb_err enable_client_specific_tag(struct client_state *csp,
{
add_tag_for_client(csp->client_address, tag_name, time_to_live);
log_error(LOG_LEVEL_INFO,
- "Tag '%s' enabled for client '%s'. TTL: %d.",
+ "Tag '%s' enabled for client '%s'. TTL: %
l
d.",
tag->name, csp->client_address, time_to_live);
}