projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
654e888
)
Rephrase an error message in chat()
author
Fabian Keil
<fk@fabiankeil.de>
Mon, 1 Jun 2020 14:48:48 +0000
(16:48 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Wed, 3 Jun 2020 12:12:22 +0000
(14:12 +0200)
Sponsored by: Robert Klemme
jcc.c
patch
|
blob
|
history
diff --git
a/jcc.c
b/jcc.c
index
2eaf0b7
..
122b2b4
100644
(file)
--- a/
jcc.c
+++ b/
jcc.c
@@
-3759,7
+3759,7
@@
static void chat(struct client_state *csp)
if (ret != 0)
{
log_error(LOG_LEVEL_ERROR,
- "
Can't open secure connection with
client");
+ "
Failed to open a secure connection with the
client");
close_client_ssl_connection(csp); /* XXX: Is this needed? */
return;
}