[or-cvs] now that we"re recommending 0.1.1.x-alpha for win32 and os ...
arma at seul.org
arma at seul.org
Mon Jul 18 19:16:19 UTC 2005
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
main.c
Log Message:
now that we're recommending 0.1.1.x-alpha for win32 and os x users,
stop printing debug stuff once a minute
Index: main.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/main.c,v
retrieving revision 1.528
retrieving revision 1.529
diff -u -d -r1.528 -r1.529
--- main.c 18 Jul 2005 06:09:04 -0000 1.528
+++ main.c 18 Jul 2005 19:16:17 -0000 1.529
@@ -872,8 +872,10 @@
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,
More information about the tor-commits
mailing list