]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
tweak
authorRoger Dingledine <arma@torproject.org>
Sun, 11 Nov 2007 17:20:30 +0000 (17:20 +0000)
committerRoger Dingledine <arma@torproject.org>
Sun, 11 Nov 2007 17:20:30 +0000 (17:20 +0000)
svn:r12478

src/or/routerlist.c

index 3b4e21b12ffabd234b76cf1f1df38c8d8d2c0d81..2b3fe3fdeaf152a89111f4cdead3d65b84cce9db 100644 (file)
@@ -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;