summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-06-13 01:13:12 +0000
committerNick Mathewson <nickm@torproject.org>2008-06-13 01:13:12 +0000
commit22080354edadc7ea1c8cfabbb168d6ebbc1e001b (patch)
tree746b9c73f5c0269379f855556a29b47a023536d7
parentbb0947b1b9d405650b68fe295d8eb452a0da6b1b (diff)
downloadtor-22080354edadc7ea1c8cfabbb168d6ebbc1e001b.tar.gz
tor-22080354edadc7ea1c8cfabbb168d6ebbc1e001b.zip
r16217@tombo: nickm | 2008-06-12 21:13:09 -0400
Remove spurious debugging message. svn:r15176
-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;