Преглед изворни кода

i needed a piece of the 'patching patches' action too

svn:r17202
Roger Dingledine пре 17 година
родитељ
комит
d27337bf17
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/or/dirserv.c

+ 1 - 1
src/or/dirserv.c

@@ -1822,7 +1822,7 @@ dirserv_compute_performance_thresholds(routerlist_t *rl)
       (unsigned long)guard_tk,
       (unsigned long)guard_bandwidth_including_exits,
       (unsigned long)guard_bandwidth_excluding_exits,
-      enough_mtbf_info ? "" : "don't ");
+      enough_mtbf_info ? "" : " don't ");
 
   tor_free(uptimes);
   tor_free(mtbfs);