From 92060eeaab2801f45b16aaa45465d8a193fdfe6f Mon Sep 17 00:00:00 2001 From: luwenpeng Date: Wed, 8 Jan 2020 14:29:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AD=E9=97=B4=E7=BC=93?= =?UTF-8?q?=E5=AD=98=E8=AF=81=E4=B9=A6=E7=9A=84=20debug=20=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E7=9A=84=E7=BA=A7=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/src/ssl_fetch_cert.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/src/ssl_fetch_cert.cpp b/platform/src/ssl_fetch_cert.cpp index 7dd6231..247e210 100644 --- a/platform/src/ssl_fetch_cert.cpp +++ b/platform/src/ssl_fetch_cert.cpp @@ -217,7 +217,7 @@ void ssl_fetch_trusted_cert_from_chain(STACK_OF(X509) * cert_chain, X509_STORE * fingerprint = ssl_x509_fingerprint(cert, 0); pem = ssl_x509_to_pem(cert); - TFE_LOG_ERROR(g_default_logger, "[dep:%d/%d] in_trusted_store:%d, sin:%s; subject:(%s); issuer:(%s); fingerprint:%s; cert:%s", + TFE_LOG_DEBUG(g_default_logger, "[dep:%d/%d] in_trusted_store:%d, sin:%s; subject:(%s); issuer:(%s); fingerprint:%s; cert:%s", i, deep, ret, (hostname ? hostname : "NULL"), (subj ? subj : "NULL"), (issuer ? issuer : "NULL"), (fingerprint ? fingerprint : "NULL"), ((pem && g_kafka_logger->enable == 0x10) ? pem : " ..."));