summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/tortls.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c
index 8edcb3d502..73e1e77646 100644
--- a/src/common/tortls.c
+++ b/src/common/tortls.c
@@ -827,7 +827,6 @@ tor_tls_new(int sock, int isServer)
if (!SSL_set_cipher_list(result->ssl,
isServer ? SERVER_CIPHER_LIST : CLIENT_CIPHER_LIST)) {
tls_log_errors(NULL, LOG_WARN, "setting ciphers");
- log_warn(LD_NET, "WTF?");
SSL_free(result->ssl);
tor_free(result);
return NULL;