[or-cvs] r16908: {tor} stop telling us every time we fetch a consensus. that's not (tor/trunk/src/or)

arma at seul.org arma at seul.org
Sun Sep 14 07:17:45 UTC 2008


Author: arma
Date: 2008-09-14 03:17:44 -0400 (Sun, 14 Sep 2008)
New Revision: 16908

Modified:
   tor/trunk/src/or/directory.c
Log:
stop telling us every time we fetch a consensus. that's not really news.


Modified: tor/trunk/src/or/directory.c
===================================================================
--- tor/trunk/src/or/directory.c	2008-09-14 04:07:29 UTC (rev 16907)
+++ tor/trunk/src/or/directory.c	2008-09-14 07:17:44 UTC (rev 16908)
@@ -941,9 +941,8 @@
       tor_assert(!payload);
       httpcommand = "GET";
       url = directory_get_consensus_url(supports_conditional_consensus);
-      /* XXX021: downgrade/remove once done with conditional consensus fu */
-      log_notice(LD_DIR, "Downloading consensus from %s using %s",
-                 hoststring, url);
+      log_info(LD_DIR, "Downloading consensus from %s using %s",
+               hoststring, url);
       break;
     case DIR_PURPOSE_FETCH_CERTIFICATE:
       tor_assert(resource);



More information about the tor-commits mailing list