aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/or/dirserv.c2
-rw-r--r--src/or/rephist.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index 3659babd02..d8872fb11e 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -1660,7 +1660,7 @@ dirserv_thinks_router_is_unreliable(time_t now,
{
if (need_uptime) {
if (!enough_mtbf_info) {
- /* XXXX Once most authorities are on v3, we should change the rule from
+ /* XXX021 Once most authorities are on v3, we should change the rule from
* "use uptime if we don't have mtbf data" to "don't advertise Stable on
* v3 if we don't have enough mtbf data." */
long uptime = real_uptime(router, now);
diff --git a/src/or/rephist.c b/src/or/rephist.c
index fbe8f168e1..5d9ce14a01 100644
--- a/src/or/rephist.c
+++ b/src/or/rephist.c
@@ -857,7 +857,7 @@ rep_hist_get_router_stability_doc(time_t now)
tor_snprintf(header_buf, sizeof(header_buf),
"router %s %s %s\n"
"published %s\n"
- "relevant-flags%s%s%s\n"
+ "relevant-flags %s%s%s\n"
"declared-uptime %ld\n",
dbuf, ri->nickname, ip,
tbuf,