stop telling us every time we fetch a consensus. that's not really news.

svn:r16908
This commit is contained in:
Roger Dingledine 2008-09-14 07:17:44 +00:00
parent dbb481c169
commit 7f2fd34645

View File

@ -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);