[or-cvs] r8515: bandwidth is not measured in bytes (in tor/trunk: . src/or)

weasel at seul.org weasel at seul.org
Thu Sep 28 22:59:36 UTC 2006


Author: weasel
Date: 2006-09-28 18:59:36 -0400 (Thu, 28 Sep 2006)
New Revision: 8515

Modified:
   tor/trunk/
   tor/trunk/src/or/dirserv.c
Log:
 r9889 at danube:  weasel | 2006-09-29 00:57:42 +0200
 bandwidth is not measured in bytes



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /local/or/tor/trunk [r9889] on 17f730b7-d419-0410-b50f-85ee4b70197a

Modified: tor/trunk/src/or/dirserv.c
===================================================================
--- tor/trunk/src/or/dirserv.c	2006-09-28 22:59:25 UTC (rev 8514)
+++ tor/trunk/src/or/dirserv.c	2006-09-28 22:59:36 UTC (rev 8515)
@@ -1311,9 +1311,9 @@
 
   log_info(LD_DIRSERV, "Uptime cutoff is %lu seconds.",
            (unsigned long)stable_uptime);
-  log_info(LD_DIRSERV, "Bandwidth cutoff is %lu bytes.",
+  log_info(LD_DIRSERV, "Bandwidth cutoff is %lu bytes/second.",
            (unsigned long)fast_bandwidth);
-  log_info(LD_DIRSERV, "Guard bandwidth cutoff is %lu bytes.",
+  log_info(LD_DIRSERV, "Guard bandwidth cutoff is %lu bytes/second.",
            (unsigned long)guard_bandwidth);
 
   SMARTLIST_FOREACH(uptimes, uint32_t *, up, tor_free(up));



More information about the tor-commits mailing list