[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r12478: tweak (tor/trunk/src/or)
Author: arma
Date: 2007-11-11 12:20:30 -0500 (Sun, 11 Nov 2007)
New Revision: 12478
Modified:
tor/trunk/src/or/routerlist.c
Log:
tweak
Modified: tor/trunk/src/or/routerlist.c
===================================================================
--- tor/trunk/src/or/routerlist.c 2007-11-11 10:53:00 UTC (rev 12477)
+++ tor/trunk/src/or/routerlist.c 2007-11-11 17:20:30 UTC (rev 12478)
@@ -3811,7 +3811,7 @@
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;