projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57c5f16
)
get_tag_list_for_client(): Fix format specifier in a log message
author
Fabian Keil
<fk@fabiankeil.de>
Fri, 11 Sep 2020 12:45:42 +0000
(14:45 +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
da92545
..
c5aa955
100644
(file)
--- a/
client-tags.c
+++ b/
client-tags.c
@@
-234,7
+234,7
@@
void get_tag_list_for_client(struct list *tag_list,
{
struct client_specific_tag *next_tag = enabled_tags->next;
log_error(LOG_LEVEL_INFO,
- "Tag '%s' for client %s expired %
u
seconds ago. Deleting it.",
+ "Tag '%s' for client %s expired %
ld
seconds ago. Deleting it.",
enabled_tags->name, client_address,
(now - enabled_tags->end_of_life));
remove_tag_for_client(client_address, enabled_tags->name);