]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
r16217@tombo: nickm | 2008-06-12 21:13:09 -0400
authorNick Mathewson <nickm@torproject.org>
Fri, 13 Jun 2008 01:13:12 +0000 (01:13 +0000)
committerNick Mathewson <nickm@torproject.org>
Fri, 13 Jun 2008 01:13:12 +0000 (01:13 +0000)
 Remove spurious debugging message.

svn:r15176

src/common/tortls.c

index 8edcb3d50263b6e62f3f750f07e4cec9e82bf574..73e1e776467e5e0cd112a9ef26a400bef9701169 100644 (file)
@@ -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;