[or-cvs] ok, i"m not allowed to say that there. oh well.

arma at seul.org arma at seul.org
Tue Jul 4 16:11:37 UTC 2006


Update of /home2/or/cvsroot/tor/src/common
In directory moria:/home/arma/work/onion/cvs/tor/src/common

Modified Files:
	tortls.c 
Log Message:
ok, i'm not allowed to say that there. oh well.


Index: tortls.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/tortls.c,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -p -d -r1.125 -r1.126
--- tortls.c	4 Jul 2006 15:52:22 -0000	1.125
+++ tortls.c	4 Jul 2006 16:11:35 -0000	1.126
@@ -531,7 +531,7 @@ tor_tls_handshake(tor_tls_t *tls)
   }
   r = tor_tls_get_error(tls,r,0, "handshaking", LOG_INFO);
   if (ERR_peek_error() != 0) {
-    tls_log_errors(tls->isServer ? LOG_PROTOCOL_WARN : LOG_WARN,
+    tls_log_errors(tls->isServer ? LOG_INFO : LOG_WARN,
                    "handshaking");
     return TOR_TLS_ERROR;
   }



More information about the tor-commits mailing list