[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r9504: make a log message make more sense (tor/trunk/src/or)
Author: arma
Date: 2007-02-06 21:55:34 -0500 (Tue, 06 Feb 2007)
New Revision: 9504
Modified:
tor/trunk/src/or/router.c
Log:
make a log message make more sense
Modified: tor/trunk/src/or/router.c
===================================================================
--- tor/trunk/src/or/router.c 2007-02-06 22:00:25 UTC (rev 9503)
+++ tor/trunk/src/or/router.c 2007-02-07 02:55:34 UTC (rev 9504)
@@ -447,7 +447,7 @@
/* if we might potentially hibernate */
new_choice = 0;
reason = "AccountingMax enabled";
- } else if (router->bandwidthrate <= 51200) {
+ } else if (router->bandwidthrate < 51200) {
/* if we're advertising a small amount */
new_choice = 0;
reason = "BandwidthRate under 50KB";