aboutsummaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-10-25 03:03:52 +0000
committerRoger Dingledine <arma@torproject.org>2007-10-25 03:03:52 +0000
commit0491f2a99c34b2a5ea319560defb53acf3e129b8 (patch)
tree2b2ac1984f7638cf334c65e0b5649166f76e77f0 /src/or
parent4750c46aea486895e409002a3139c672c540ec69 (diff)
downloadtor-0491f2a99c34b2a5ea319560defb53acf3e129b8.tar
tor-0491f2a99c34b2a5ea319560defb53acf3e129b8.tar.gz
more cleanups
svn:r12172
Diffstat (limited to 'src/or')
-rw-r--r--src/or/routerlist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 9da42a3a2..e86e2d51f 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -712,7 +712,7 @@ router_get_trusted_dir_servers(void)
* dirservers that we can't reach.
*
* If the <b>PDS_ALLOW_SELF</b> flag is not set, then don't include ourself
- * (if we'rea dirserver).
+ * (if we're a dirserver).
*
* Don't pick an authority if any non-authority is viable; try to avoid using
* servers that have returned 503 recently.
@@ -1467,7 +1467,7 @@ smartlist_choose_by_bandwidth(smartlist_t *sl, bandwidth_weight_rule_t rule,
total_bw += bandwidths[i];
}
}
- log_debug(LD_CIRC, "Total bw = "U64_FORMAT
+ log_debug(LD_CIRC, "Total weighted bw = "U64_FORMAT
", exit bw = "U64_FORMAT
", nonexit bw = "U64_FORMAT", exit weight = %lf "
"(for exit == %d)"