mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
make a log message make more sense
svn:r9504
This commit is contained in:
parent
534baec4a1
commit
690c9cc887
@ -447,7 +447,7 @@ decide_to_advertise_dirport(or_options_t *options, routerinfo_t *router)
|
||||
/* 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";
|
||||
|
Loading…
Reference in New Issue
Block a user