Skip to content

Commit e1362a0

Browse files
committed
SSLClient: fix print debug level
1 parent 01c8237 commit e1362a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/SSLClient/src/ssl_client.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ int start_ssl_client(sslclient_context *ssl_client, const char *host, uint32_t p
344344
}
345345

346346
if ((rootCABuff != NULL) || ((rootCAPath != NULL))) {
347-
log_e("free buffer");
347+
log_d("free buffer");
348348
mbedtls_x509_crt_free(&ssl_client->ca_cert);
349349
}
350350

0 commit comments

Comments
 (0)