aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-05-30 06:19:48 +0000
committerRoger Dingledine <arma@torproject.org>2006-05-30 06:19:48 +0000
commit9000a5aff1a08085593378ea3ac2e8b6eccec252 (patch)
tree77083dccd384e7d3830495ff0e89a18572bfa1f2
parentae2648fb1c1eed93a9cc2c7480c22516f1f33d56 (diff)
downloadtor-9000a5aff1a08085593378ea3ac2e8b6eccec252.tar
tor-9000a5aff1a08085593378ea3ac2e8b6eccec252.tar.gz
and get grammar right
svn:r6517
-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 6d56555e4..2336b9226 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -3436,7 +3436,7 @@ update_router_descriptor_client_downloads(time_t now)
}
if (rep_hist_circbuilding_dormant()) {
- log_info(LD_CIRC, "Skipping descriptor downloads: we haven't need "
+ log_info(LD_CIRC, "Skipping descriptor downloads: we haven't needed "
"any circuits lately.");
return;
}