From: Fabian Keil Date: Tue, 25 Feb 2020 12:20:54 +0000 (+0100) Subject: Add a missing 'the' to a log message X-Git-Tag: v_3_0_29~490 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=500d7c85445b001256f29c0cff5c453c86afb81c Add a missing 'the' to a log message --- diff --git a/ssl.c b/ssl.c index 14258797..ccc1b105 100644 --- a/ssl.c +++ b/ssl.c @@ -802,7 +802,7 @@ extern int create_server_ssl_connection(struct client_state *csp) * Handshake with server */ log_error(LOG_LEVEL_CONNECT, - "Performing the TLS/SSL handshake with server"); + "Performing the TLS/SSL handshake with the server"); while ((ret = mbedtls_ssl_handshake(&(csp->mbedtls_server_attr.ssl))) != 0) {