projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5b81eb
)
server(): Add colons that were missing in a log message
author
Fabian Keil
<fk@fabiankeil.de>
Sun, 7 Jun 2020 12:59:28 +0000
(14:59 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Mon, 8 Jun 2020 13:34:36 +0000
(15:34 +0200)
jcc.c
patch
|
blob
|
history
diff --git
a/jcc.c
b/jcc.c
index
37472c8
..
6d91bd0
100644
(file)
--- a/
jcc.c
+++ b/
jcc.c
@@
-4241,7
+4241,7
@@
static void serve(struct client_state *csp)
{
log_error(LOG_LEVEL_CONNECT,
"Closing server socket %d connected to %s. "
- "Keep-alive
%u. Tainted: %u. Socket alive
%u. Timeout: %u.",
+ "Keep-alive
: %u. Tainted: %u. Socket alive:
%u. Timeout: %u.",
csp->server_connection.sfd, csp->server_connection.host,
0 != (csp->flags & CSP_FLAG_SERVER_CONNECTION_KEEP_ALIVE),
0 != (csp->flags & CSP_FLAG_SERVER_SOCKET_TAINTED),