Explorar el Código

make a log message make more sense

svn:r9504
Roger Dingledine hace 17 años
padre
commit
690c9cc887
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/or/router.c

+ 1 - 1
src/or/router.c

@@ -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";