diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-05 10:30:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-05 10:30:50 -0400 |
commit | b4bd4964eba5b0dae811a5c28c664b8f78a0672c (patch) | |
tree | 724c575c34c06ed78f4642b2fc2ecb7bde7f4d31 /src/or/dirserv.c | |
parent | 981e896dd2eaf69798bb503c271306ee779dd6d2 (diff) | |
parent | 0bec9f320b81a85ba3596e9780b1cf7c770dfb31 (diff) | |
download | tor-b4bd4964eba5b0dae811a5c28c664b8f78a0672c.tar.gz tor-b4bd4964eba5b0dae811a5c28c664b8f78a0672c.zip |
Merge remote-tracking branch 'public/format_doubles'
Conflicts:
src/or/geoip.c
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 01a5618597..ef6c35e739 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -1995,7 +1995,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 Guard: WFU %.03lf%%, time-known %lu sec, " + "For Guard: WFU %.03f%%, time-known %lu sec, " "and bandwidth %lu or %lu bytes/sec. We%s have enough stability data.", (unsigned long)stable_uptime, (unsigned long)stable_mtbf, |