[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r8514: Also log guard bandwidth cutoff (in tor/trunk: . src/or)
Author: weasel
Date: 2006-09-28 18:59:25 -0400 (Thu, 28 Sep 2006)
New Revision: 8514
Modified:
tor/trunk/
tor/trunk/src/or/dirserv.c
Log:
r9888@danube: weasel | 2006-09-29 00:57:02 +0200
Also log guard bandwidth cutoff
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /local/or/tor/trunk [r9888] on 17f730b7-d419-0410-b50f-85ee4b70197a
Modified: tor/trunk/src/or/dirserv.c
===================================================================
--- tor/trunk/src/or/dirserv.c 2006-09-28 22:58:58 UTC (rev 8513)
+++ tor/trunk/src/or/dirserv.c 2006-09-28 22:59:25 UTC (rev 8514)
@@ -1313,6 +1313,8 @@
(unsigned long)stable_uptime);
log_info(LD_DIRSERV, "Bandwidth cutoff is %lu bytes.",
(unsigned long)fast_bandwidth);
+ log_info(LD_DIRSERV, "Guard bandwidth cutoff is %lu bytes.",
+ (unsigned long)guard_bandwidth);
SMARTLIST_FOREACH(uptimes, uint32_t *, up, tor_free(up));
SMARTLIST_FOREACH(bandwidths, uint32_t *, bw, tor_free(bw));