[or-cvs] downgrade a warning that could plausibly happen sometimes n...

arma at seul.org arma at seul.org
Sun Jul 17 21:43:49 UTC 2005


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

Modified Files:
	connection_or.c 
Log Message:
downgrade a warning that could plausibly happen sometimes now that we
have controllers.


Index: connection_or.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/connection_or.c,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -d -r1.180 -r1.181
--- connection_or.c	21 Jun 2005 01:08:01 -0000	1.180
+++ connection_or.c	17 Jul 2005 21:43:47 -0000	1.181
@@ -327,7 +327,7 @@
 
   if (server_mode(options) && (me=router_get_my_routerinfo()) &&
       !memcmp(me->identity_digest, id_digest,DIGEST_LEN)) {
-    log_fn(LOG_WARN,"Client asked me to connect to myself! Refusing.");
+    log_fn(LOG_INFO,"Client asked me to connect to myself. Refusing.");
     return NULL;
   }
 



More information about the tor-commits mailing list