projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ca938b
)
close_unusable_connections(): Fix format specifier in a log message
author
Fabian Keil
<fk@fabiankeil.de>
Fri, 11 Sep 2020 11:40:49 +0000
(13:40 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Fri, 11 Sep 2020 14:35:40 +0000
(16:35 +0200)
gateway.c
patch
|
blob
|
history
diff --git
a/gateway.c
b/gateway.c
index
9b21aa5
..
a805a8f
100644
(file)
--- a/
gateway.c
+++ b/
gateway.c
@@
-425,7
+425,7
@@
int close_unusable_connections(void)
{
log_error(LOG_LEVEL_CONNECT,
"The connection to %s:%d in slot %d timed out. "
- "Closing socket %d. Timeout is: %d. Assumed latency: %d.",
+ "Closing socket %d. Timeout is: %d. Assumed latency: %
l
d.",
reusable_connection[slot].host,
reusable_connection[slot].port, slot,
reusable_connection[slot].sfd,