[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r15176: Remove spurious debugging message. (in tor/trunk: . src/common)
Author: nickm
Date: 2008-06-12 21:13:12 -0400 (Thu, 12 Jun 2008)
New Revision: 15176
Modified:
tor/trunk/
tor/trunk/src/common/tortls.c
Log:
r16217@tombo: nickm | 2008-06-12 21:13:09 -0400
Remove spurious debugging message.
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r16217] on 49666b30-7950-49c5-bedf-9dc8f3168102
Modified: tor/trunk/src/common/tortls.c
===================================================================
--- tor/trunk/src/common/tortls.c 2008-06-13 01:04:34 UTC (rev 15175)
+++ tor/trunk/src/common/tortls.c 2008-06-13 01:13:12 UTC (rev 15176)
@@ -827,7 +827,6 @@
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;