]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
get rid of an info-level log message that occurs many times a
authorRoger Dingledine <arma@torproject.org>
Fri, 9 Mar 2007 08:48:21 +0000 (08:48 +0000)
committerRoger Dingledine <arma@torproject.org>
Fri, 9 Mar 2007 08:48:21 +0000 (08:48 +0000)
minute when we haven't needed circuits lately.

svn:r9771

src/or/routerlist.c

index 3af73a7a4e3ec1159630218272bdec87fca8b146..8fc426e9f61b49b59b7ec7f74d2745d777a7e99c 100644 (file)
@@ -3944,8 +3944,8 @@ update_router_descriptor_client_downloads(time_t now)
   }
 
   if (rep_hist_circbuilding_dormant(now)) {
-    log_info(LD_CIRC, "Skipping descriptor downloads: we haven't needed "
-             "any circuits lately.");
+//    log_info(LD_CIRC, "Skipping descriptor downloads: we haven't needed "
+//             "any circuits lately.");
     return;
   }