From 3b4a2a4b141d4add744232527f1f6deeea0cdbe1 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 1 Jun 2020 16:48:48 +0200 Subject: [PATCH] Rephrase an error message in chat() Sponsored by: Robert Klemme --- jcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2