[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r9771: get rid of an info-level log message that occurs many times (tor/trunk/src/or)



Author: arma
Date: 2007-03-09 03:48:21 -0500 (Fri, 09 Mar 2007)
New Revision: 9771

Modified:
   tor/trunk/src/or/routerlist.c
Log:
get rid of an info-level log message that occurs many times a
minute when we haven't needed circuits lately.


Modified: tor/trunk/src/or/routerlist.c
===================================================================
--- tor/trunk/src/or/routerlist.c	2007-03-09 04:19:07 UTC (rev 9770)
+++ tor/trunk/src/or/routerlist.c	2007-03-09 08:48:21 UTC (rev 9771)
@@ -3944,8 +3944,8 @@
   }
 
   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;
   }