Explorar o código

get rid of an info-level log message that occurs many times a
minute when we haven't needed circuits lately.


svn:r9771

Roger Dingledine %!s(int64=18) %!d(string=hai) anos
pai
achega
064ff7b33d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/or/routerlist.c

+ 2 - 2
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;
   }