summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-11-11 17:20:30 +0000
committerRoger Dingledine <arma@torproject.org>2007-11-11 17:20:30 +0000
commit49e9c6d96b30a7604c2def15aff5d46a57350e5d (patch)
tree0249a21f0826c07c9d8ec3374ced5f296e12e86f
parenta3edc3b1548ab21fce5d0d9ab54097efe31e153b (diff)
downloadtor-49e9c6d96b30a7604c2def15aff5d46a57350e5d.tar.gz
tor-49e9c6d96b30a7604c2def15aff5d46a57350e5d.zip
tweak
svn:r12478
-rw-r--r--src/or/routerlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 3b4e21b12f..2b3fe3fdea 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -3811,7 +3811,7 @@ update_consensus_router_descriptor_downloads(time_t now)
if (smartlist_len(no_longer_old)) {
routerlist_t *rl = router_get_routerlist();
log_info(LD_DIR, "%d router descriptors listed in consensus are "
- "currently in in old_routers; making them current.",
+ "currently in old_routers; making them current.",
smartlist_len(no_longer_old));
SMARTLIST_FOREACH(no_longer_old, signed_descriptor_t *, sd, {
const char *msg;