[or-cvs] be less noisy about complaining when a jap client tries to ...

Roger Dingledine arma at seul.org
Sun Jan 30 23:52:49 UTC 2005


Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/or

Modified Files:
	connection_or.c 
Log Message:
be less noisy about complaining when a jap client tries to connect
and we refuse him.


Index: connection_or.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/connection_or.c,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -d -r1.155 -r1.156
--- connection_or.c	30 Jan 2005 08:02:33 -0000	1.155
+++ connection_or.c	30 Jan 2005 23:52:47 -0000	1.156
@@ -345,7 +345,7 @@
   connection_watch_events(conn, EV_READ);
   log_fn(LOG_DEBUG,"tls handshake done. verifying.");
   if (! tor_tls_peer_has_cert(conn->tls)) {
-    log_fn(LOG_WARN,"Peer didn't send a cert! Closing.");
+    log_fn(LOG_INFO,"Peer didn't send a cert! Closing.");
     /* XXX we should handle this case rather than just closing. */
     return -1;
   }



More information about the tor-commits mailing list