diff options
Diffstat (limited to 'src/or/dirserv.c')
-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 e4299fba9..03a0c2791 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -1727,7 +1727,7 @@ dirserv_compute_performance_thresholds(routerlist_t *rl) log(LOG_INFO, LD_DIRSERV, "Cutoffs: For Stable, %lu sec uptime, %lu sec MTBF. " - "For Fast: %lu bytes/sec." + "For Fast: %lu bytes/sec. " "For Guard: WFU %.03lf%%, time-known %lu sec, " "and bandwidth %lu or %lu bytes/sec.", (unsigned long)stable_uptime, |