create_client_ssl_connection(): Make it more obviours from an error message that...
authorFabian Keil <fk@fabiankeil.de>
Mon, 30 Oct 2023 20:13:50 +0000 (21:13 +0100)
committerFabian Keil <fk@fabiankeil.de>
Thu, 16 Nov 2023 13:25:56 +0000 (14:25 +0100)
openssl.c

index 4b1fceb..39f4653 100644 (file)
--- a/openssl.c
+++ b/openssl.c
@@ -803,7 +803,7 @@ extern int create_client_ssl_connection(struct client_state *csp)
    if (ret < 0)
    {
       log_error(LOG_LEVEL_ERROR,
-         "generate_host_certificate failed: %d", ret);
+         "generate_host_certificate() failed: %d", ret);
       ret = -1;
       goto exit;
    }