Skip to content

Commit

Permalink
降低getSSLCtx失败的日志等级
Browse files Browse the repository at this point in the history
  • Loading branch information
cqm committed Dec 6, 2024
1 parent 0421201 commit 00625e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Util/SSLBox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ int SSL_Initor::findCertificate(SSL *ssl, int *, void *arg) {
if (!ctx) {
//未找到对应的证书 [AUTO-TRANSLATED:d4550e6f]
//No corresponding certificate found
std::lock_guard<std::recursive_mutex> lck(ref._mtx);
WarnL << "Can not find any certificate of host: " << vhost
<< ", select default certificate of: " << ref._default_vhost[(bool) (arg)];
TraceL << "Can not find any certificate of host: " << vhost;
}
}

Expand Down

0 comments on commit 00625e7

Please sign in to comment.