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
This commit is contained in:
Roger Dingledine 2005-07-18 19:16:17 +00:00
parent e8a1b1d6a0
commit 5fe18894b9

View File

@ -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,