瀏覽代碼

AppleTLS: Silence cipher suite selection

Nils Maier 8 年之前
父節點
當前提交
54ccab8ccb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/AppleTLSSession.cc

+ 1 - 1
src/AppleTLSSession.cc

@@ -441,7 +441,7 @@ AppleTLSSession::AppleTLSSession(AppleTLSContext* ctx)
     return;
   }
   for (const auto& suite : enabled) {
-    A2_LOG_INFO(
+    A2_LOG_DEBUG(
         fmt("AppleTLS: Enabled suite %s", suiteToString(suite).c_str()));
   }
   if (SSLSetEnabledCiphers(sslCtx_, &enabled[0], enabled.size()) != noErr) {