mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
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:
parent
e8a1b1d6a0
commit
5fe18894b9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user