[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r15076: whoops -- the other half of r15074 (tor/trunk/src/or)
Author: arma
Date: 2008-06-09 01:16:47 -0400 (Mon, 09 Jun 2008)
New Revision: 15076
Modified:
tor/trunk/src/or/routerlist.c
Log:
whoops -- the other half of r15074
Modified: tor/trunk/src/or/routerlist.c
===================================================================
--- tor/trunk/src/or/routerlist.c 2008-06-09 05:15:10 UTC (rev 15075)
+++ tor/trunk/src/or/routerlist.c 2008-06-09 05:16:47 UTC (rev 15076)
@@ -4235,7 +4235,9 @@
control_event_bootstrap(BOOTSTRAP_STATUS_CONN_OR, 0);
}
if (!res && have_min_dir_info) {
- log(LOG_NOTICE, LD_DIR,"Our directory information is no longer up-to-date "
+ quiet = directory_too_idle_to_fetch_descriptors(options, now);
+ log(quiet ? LOG_INFO : LOG_NOTICE, LD_DIR,
+ "Our directory information is no longer up-to-date "
"enough to build circuits: %s", dir_info_status);
control_event_client_status(LOG_NOTICE, "NOT_ENOUGH_DIR_INFO");
}