diff options
author | Roger Dingledine <arma@torproject.org> | 2008-11-07 03:39:19 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-11-07 03:39:19 +0000 |
commit | d27337bf1775a84c8b3061ecd39920f1b16dd2bd (patch) | |
tree | 8e9c6f4591ddce887df00123a848ee851acd4e53 /src/or | |
parent | 1b98f45b3d3a87a8ba6969a49c65aacf28177671 (diff) | |
download | tor-d27337bf1775a84c8b3061ecd39920f1b16dd2bd.tar.gz tor-d27337bf1775a84c8b3061ecd39920f1b16dd2bd.zip |
i needed a piece of the 'patching patches' action too
svn:r17202
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); |