[or-cvs] correct a false log message, since we actually reset all our

arma at seul.org arma at seul.org
Fri May 26 16:29:22 UTC 2006


Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	routerlist.c 
Log Message:
correct a false log message, since we actually reset all our
downloading stats every hour, and sometimes more often.


Index: routerlist.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.511
retrieving revision 1.512
diff -u -p -d -r1.511 -r1.512
--- routerlist.c	9 May 2006 09:47:47 -0000	1.511
+++ routerlist.c	26 May 2006 16:29:20 -0000	1.512
@@ -3463,8 +3463,8 @@ update_router_descriptor_client_download
            (int)(now-last_routerdesc_download_attempted));
       } else {
         log_info(LD_DIR,
-           "There are not many downloadable routerdescs, but we've "
-           "never downloaded descriptors before.  Downloading.");
+           "There are not many downloadable routerdescs, but we haven't "
+           "tried downloading descriptors recently. Downloading.");
       }
     }
   }



More information about the tor-commits mailing list