Rephrase an error message in chat()
[privoxy.git] / jcc.c
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;
          }