[or-cvs] r10985: clean up some bridge log messages (tor/trunk/src/or)
arma at seul.org
arma at seul.org
Mon Jul 30 08:43:03 UTC 2007
Author: arma
Date: 2007-07-30 04:43:02 -0400 (Mon, 30 Jul 2007)
New Revision: 10985
Modified:
tor/trunk/src/or/routerlist.c
Log:
clean up some bridge log messages
Modified: tor/trunk/src/or/routerlist.c
===================================================================
--- tor/trunk/src/or/routerlist.c 2007-07-30 08:42:47 UTC (rev 10984)
+++ tor/trunk/src/or/routerlist.c 2007-07-30 08:43:02 UTC (rev 10985)
@@ -3636,7 +3636,7 @@
should_delay_dir_fetches(or_options_t *options)
{
if (options->UseBridges && !any_bridge_descriptors_known()) {
- log_notice(LD_DIR, "delaying dir fetches");
+ log_info(LD_DIR, "delaying dir fetches");
return 1;
}
return 0;
@@ -5054,7 +5054,7 @@
networkstatus_list_clean(now);
if (should_delay_dir_fetches(get_options())) {
- log_notice(LD_DIR, "no bridge descs known yet");
+ log_notice(LD_DIR, "no known bridge descriptors running yet; stalling");
res = 0;
goto done;
}
More information about the tor-commits
mailing list