[Privoxy-commits] [privoxy] 07/10: wolfSSL: Downgrade a log message to LOG_LEVEL_CONNECT

User Git git at git.privoxy.org
Wed Jun 26 15:39:24 CEST 2024


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

git pushed a commit to branch master
in repository privoxy.

commit 3947fbb0160138fedb1108b61e334269dd96026c
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Wed Apr 3 20:46:21 2024 +0200

    wolfSSL: Downgrade a log message to LOG_LEVEL_CONNECT
---
 wolfssl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wolfssl.c b/wolfssl.c
index 02048453..7c934446 100644
--- a/wolfssl.c
+++ b/wolfssl.c
@@ -986,7 +986,7 @@ static void shutdown_connection(WOLFSSL *ssl, const char *type)
    {
       char buffer[80];
       int error = wolfSSL_get_error(ssl, ret);
-      log_error(LOG_LEVEL_ERROR, "Failed to shutdown %s connection "
+      log_error(LOG_LEVEL_CONNECT, "Failed to shutdown %s connection "
          "on socket %d after %d attempts. ret: %d, error: %d, %s",
          type, fd, shutdown_attempts, ret, error,
          wolfSSL_ERR_error_string((unsigned long)error, buffer));

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


More information about the Privoxy-commits mailing list