AppleTLS: Silence cipher suite selection

pull/941/head
Nils Maier 2017-06-15 15:08:42 +02:00
parent 5cd3802a4b
commit 54ccab8ccb
1 changed files with 1 additions and 1 deletions

View File

@ -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) {