]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
stop telling us every time we fetch a consensus. that's not really news.
authorRoger Dingledine <arma@torproject.org>
Sun, 14 Sep 2008 07:17:44 +0000 (07:17 +0000)
committerRoger Dingledine <arma@torproject.org>
Sun, 14 Sep 2008 07:17:44 +0000 (07:17 +0000)
svn:r16908

src/or/directory.c

index f494fe2839954329cab23a0ff0bdfd4fdddcd96d..246592f89a376bfebb989927a2e1e536dbe2c2c4 100644 (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);