[or-cvs] r11179: get rid of a debugging message that non v3-authorities were (tor/trunk/src/or)

arma at seul.org arma at seul.org
Sun Aug 19 04:28:56 UTC 2007


Author: arma
Date: 2007-08-19 00:28:56 -0400 (Sun, 19 Aug 2007)
New Revision: 11179

Modified:
   tor/trunk/src/or/dirvote.c
Log:
get rid of a debugging message that non v3-authorities were
seeing too, and that doesn't seem to be critical


Modified: tor/trunk/src/or/dirvote.c
===================================================================
--- tor/trunk/src/or/dirvote.c	2007-08-19 03:51:46 UTC (rev 11178)
+++ tor/trunk/src/or/dirvote.c	2007-08-19 04:28:56 UTC (rev 11179)
@@ -1232,8 +1232,6 @@
     networkstatus_vote_free(pending_consensus);
     pending_consensus = NULL;
   }
-
-  log_notice(LD_DIR, "Pending votes cleared.");
 }
 
 /* XXXX020 delete me. */



More information about the tor-commits mailing list