[or-cvs] [tor/master] downgrade a log notice at startup

arma at seul.org arma at seul.org
Wed Sep 23 09:00:38 UTC 2009


Author: Roger Dingledine <arma at torproject.org>
Date: Wed, 23 Sep 2009 04:59:05 -0400
Subject: downgrade a log notice at startup
Commit: eed5cae9d167f73d75cab239f9e2013bb40e0ff8

This was the only log notice that happened during other
tor invocations, like --verify-config and --list-fingerprint.
Plus, now we think it works, so no need to hear about it.
---
 src/or/dirserv.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index f6aef01..1f4049b 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -2390,9 +2390,9 @@ dirserv_read_measured_bandwidths(const char *from_file,
   }
 
   fclose(fp);
-  log_notice(LD_DIRSERV,
-             "Bandwidth measurement file successfully read. "
-             "Applied %d measurements.", applied_lines);
+  log_info(LD_DIRSERV,
+           "Bandwidth measurement file successfully read. "
+           "Applied %d measurements.", applied_lines);
   return 0;
 }
 
-- 
1.5.6.5



More information about the tor-commits mailing list