[Privoxy-commits] [privoxy] 02/06: wolfssl: Downgrade an error message in create_server_ssl_connection()

User Git git at git.privoxy.org
Wed Feb 25 16:24:00 CET 2026


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit c1afa4c00f8876446037213035d26664287fd722
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Mon Mar 18 13:07:47 2024 +0100

    wolfssl: Downgrade an error message in create_server_ssl_connection()
    
    ... to LOG_LEVEL_ERROR.
---
 wolfssl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wolfssl.c b/wolfssl.c
index 12b4c441..7adf64ab 100644
--- a/wolfssl.c
+++ b/wolfssl.c
@@ -1145,7 +1145,7 @@ extern int create_server_ssl_connection(struct client_state *csp)
    {
       char buffer[80];
       int error = wolfSSL_get_error(ssl, ret);
-      log_error(LOG_LEVEL_FATAL,
+      log_error(LOG_LEVEL_ERROR,
          "Failed to set check domain name. error = %d, %s",
          error, wolfSSL_ERR_error_string((unsigned long)error, buffer));
       ret = -1;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list