From d27337bf1775a84c8b3061ecd39920f1b16dd2bd Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 7 Nov 2008 03:39:19 +0000 Subject: [PATCH] i needed a piece of the 'patching patches' action too svn:r17202 --- src/or/dirserv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);