aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/TODO2
-rw-r--r--src/or/rephist.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 0f1b262648..2c77b70261 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -41,7 +41,7 @@ Things we'd like to do in 0.2.0.x:
- Tor logs the libevent version on startup, for debugging purposes.
This is great. But it does this before configuring the logs, so
it only goes to stdout and is then lost.
- - Aug 30 16:57:41.196 [info] OR (unknown) [8DEF1682406EDE71479E98A4AEB1F27829911106]: 11/141 good connections; uptime 6748/319666 sec (2.11%); wmtbf 4:6:16
+ o Aug 30 [...] wmtbf 4:6:16
The wmtbf time value is missing some zero-pads.
- Proposals:
diff --git a/src/or/rephist.c b/src/or/rephist.c
index 72a7af5834..e7110f7de6 100644
--- a/src/or/rephist.c
+++ b/src/or/rephist.c
@@ -469,7 +469,7 @@ rep_hist_dump_stats(time_t now, int severity)
}
log(severity, LD_GENERAL,
"OR %s [%s]: %ld/%ld good connections; uptime %ld/%ld sec (%.2f%%); "
- "wmtbf %lu:%lu:%lu",
+ "wmtbf %lu:%02lu:%02lu",
name1, hexdigest1,
or_history->n_conn_ok, or_history->n_conn_fail+or_history->n_conn_ok,
upt, upt+downt, uptime*100.0,