From 3645683615fbd0e5f052322c320ab76db91b5c6a Mon Sep 17 00:00:00 2001 From: Arif Balik Date: Wed, 26 Feb 2025 18:25:48 +0300 Subject: [PATCH] fix: library: ssl_tls12_client debug message Fixed a debug message log level. It was printing at error level which may confuse people who do debug Signed-off-by: Arif Balik --- library/ssl_tls12_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ssl_tls12_client.c b/library/ssl_tls12_client.c index 9b2da5a39d..3224da4302 100644 --- a/library/ssl_tls12_client.c +++ b/library/ssl_tls12_client.c @@ -2764,7 +2764,7 @@ static int ssl_write_client_key_exchange(mbedtls_ssl_context *ssl) header_len = 4; - MBEDTLS_SSL_DEBUG_MSG(1, ("Perform PSA-based ECDH computation.")); + MBEDTLS_SSL_DEBUG_MSG(3, ("Perform PSA-based ECDH computation.")); /* * Generate EC private key for ECDHE exchange.