浏览代码

r9889@danube: weasel | 2006-09-29 00:57:42 +0200
bandwidth is not measured in bytes


svn:r8515

Peter Palfrader 19 年之前
父节点
当前提交
540fbaae75
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/or/dirserv.c

+ 2 - 2
src/or/dirserv.c

@@ -1311,9 +1311,9 @@ dirserv_compute_performance_thresholds(routerlist_t *rl)
 
 
   log_info(LD_DIRSERV, "Uptime cutoff is %lu seconds.",
   log_info(LD_DIRSERV, "Uptime cutoff is %lu seconds.",
            (unsigned long)stable_uptime);
            (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);
            (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);
            (unsigned long)guard_bandwidth);
 
 
   SMARTLIST_FOREACH(uptimes, uint32_t *, up, tor_free(up));
   SMARTLIST_FOREACH(uptimes, uint32_t *, up, tor_free(up));