projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c2e47d
)
listen_loop(): Split long line in two
author
Fabian Keil
<fk@fabiankeil.de>
Fri, 22 Jan 2021 12:02:50 +0000
(13:02 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Fri, 22 Jan 2021 13:26:26 +0000
(14:26 +0100)
jcc.c
patch
|
blob
|
history
diff --git
a/jcc.c
b/jcc.c
index
310fb1e
..
c40c30d
100644
(file)
--- a/
jcc.c
+++ b/
jcc.c
@@
-6205,7
+6205,8
@@
static void listen_loop(void)
if (i <= 0)
{
- log_error(LOG_LEVEL_ERROR, "Graceful termination failed - still some live clients after 1 minute wait.");
+ log_error(LOG_LEVEL_ERROR, "Graceful termination failed "
+ "- still some live clients after 1 minute wait.");
}
}
sweep();