[or-cvs] remove some debugging garbage

Nick Mathewson nickm at seul.org
Sun Sep 18 04:33:00 UTC 2005


Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv11340/src/or

Modified Files:
	routerlist.c 
Log Message:
remove some debugging garbage

Index: routerlist.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.303
retrieving revision 1.304
diff -u -d -r1.303 -r1.304
--- routerlist.c	18 Sep 2005 04:15:39 -0000	1.303
+++ routerlist.c	18 Sep 2005 04:32:58 -0000	1.304
@@ -2287,7 +2287,6 @@
     if (rs->n_download_failures >= MAX_ROUTERDESC_DOWNLOAD_FAILURES)
       continue;
     smartlist_add(superseded, tor_strdup(key));
-    log_fn(LOG_NOTICE, "!!!!%d", ((routerstatus_t*)val)->n_download_failures);
   }
 
   strmap_free(status_map, NULL);



More information about the tor-commits mailing list