Selaa lähdekoodia

now that we're recommending 0.1.1.x-alpha for win32 and os x users,
stop printing debug stuff once a minute


svn:r4596

Roger Dingledine 19 vuotta sitten
vanhempi
commit
5fe18894b9
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      src/or/main.c

+ 2 - 0
src/or/main.c

@@ -872,8 +872,10 @@ second_elapsed_callback(int fd, short event, void *args)
 
   current_second = now.tv_sec; /* remember which second it is, for next time */
 
+#if 0
   if (current_second % 60 == 0)
     dumpmemusage(get_min_log_level()<LOG_INFO ? get_min_log_level() : LOG_INFO);
+#endif
 
   if (evtimer_add(timeout_event, &one_second))
     log_fn(LOG_ERR,