summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-03-09 08:48:21 +0000
committerRoger Dingledine <arma@torproject.org>2007-03-09 08:48:21 +0000
commit064ff7b33d4a3a1667f9073719f5db48d6c2c53f (patch)
treed825e4ca2b4c8fbbc98c575938aa4cb84f61f291
parent3905208b751862d8576b4c9bfdb5993793c36449 (diff)
downloadtor-064ff7b33d4a3a1667f9073719f5db48d6c2c53f.tar.gz
tor-064ff7b33d4a3a1667f9073719f5db48d6c2c53f.zip
get rid of an info-level log message that occurs many times a
minute when we haven't needed circuits lately. svn:r9771
-rw-r--r--src/or/routerlist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 3af73a7a4e..8fc426e9f6 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -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;
}