Browse Source

a few more tweaks

svn:r17010
Roger Dingledine 15 years ago
parent
commit
f2708dd40f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/or/dirserv.c
  2. 1 1
      src/or/rephist.c

+ 1 - 1
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);

+ 1 - 1
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,