[or-cvs] r12221: don't warn so loudly when we couldn't load the unverified-co (tor/trunk/src/or)
arma at seul.org
arma at seul.org
Sat Oct 27 10:40:08 UTC 2007
Author: arma
Date: 2007-10-27 06:40:08 -0400 (Sat, 27 Oct 2007)
New Revision: 12221
Modified:
tor/trunk/src/or/networkstatus.c
Log:
don't warn so loudly when we couldn't load the unverified-consensus
file. we can live without it.
Modified: tor/trunk/src/or/networkstatus.c
===================================================================
--- tor/trunk/src/or/networkstatus.c 2007-10-26 23:31:05 UTC (rev 12220)
+++ tor/trunk/src/or/networkstatus.c 2007-10-27 10:40:08 UTC (rev 12221)
@@ -176,7 +176,7 @@
s = read_file_to_str(filename, RFTS_IGNORE_MISSING, NULL);
if (s) {
if (networkstatus_set_current_consensus(s, 1, 1)) {
- log_warn(LD_FS, "Couldn't load consensus networkstatus from \"%s\"",
+ log_info(LD_FS, "Couldn't load consensus networkstatus from \"%s\"",
filename);
}
tor_free(s);
More information about the tor-commits
mailing list