From: Roger Dingledine Date: Fri, 7 Nov 2008 03:39:19 +0000 (+0000) Subject: i needed a piece of the 'patching patches' action too X-Git-Tag: tor-0.2.1.7-alpha~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d27337bf1775a84c8b3061ecd39920f1b16dd2bd;p=thirdparty%2Ftor.git i needed a piece of the 'patching patches' action too svn:r17202 --- 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);