From: Roger Dingledine Date: Sun, 14 Sep 2008 07:17:44 +0000 (+0000) Subject: stop telling us every time we fetch a consensus. that's not really news. X-Git-Tag: tor-0.2.1.6-alpha~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f2fd346457683a908406f76936d2518c73c461b;p=thirdparty%2Ftor.git stop telling us every time we fetch a consensus. that's not really news. svn:r16908 --- diff --git a/src/or/directory.c b/src/or/directory.c index f494fe2839..246592f89a 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -941,9 +941,8 @@ directory_send_command(dir_connection_t *conn, 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);