Skip to content

Commit

Permalink
AppleTLS: Silence cipher suite selection
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaier committed Jun 15, 2017
1 parent 5cd3802 commit 54ccab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppleTLSSession.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 54ccab8

Please sign in to comment.