diff options
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/dirserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index f139c5e79b..8540d818f8 100644 --- a/src/or/dirserv.c +++ b/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); |