From: Fabian Keil <fk@fabiankeil.de>
Date: Mon, 1 Jun 2020 14:48:48 +0000 (+0200)
Subject: Rephrase an error message in chat()
X-Git-Tag: v_3_0_29~336
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/static/diff?a=commitdiff_plain;h=3b4a2a4b141d4add744232527f1f6deeea0cdbe1;p=privoxy.git

Rephrase an error message in chat()

Sponsored by: Robert Klemme
---

diff --git a/jcc.c b/jcc.c
index 2eaf0b7d..122b2b40 100644
--- 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;
          }