[or-cvs] make entry guard logs even quieter

arma at seul.org arma at seul.org
Fri Mar 10 16:51:29 UTC 2006


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

Modified Files:
	circuitbuild.c 
Log Message:
make entry guard logs even quieter


Index: circuitbuild.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/circuitbuild.c,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -p -d -r1.219 -r1.220
--- circuitbuild.c	9 Mar 2006 00:55:55 -0000	1.219
+++ circuitbuild.c	10 Mar 2006 16:51:26 -0000	1.220
@@ -1929,14 +1929,14 @@ entry_guards_set_status_from_directory(v
           changed = 1;
           log_info(LD_CIRC,"Entry guard '%s' is not listed by directories.",
                    entry->nickname);
-          severity = LOG_WARN;
+          severity = LOG_INFO;
         }
       } else {
         if (entry->unlisted_since) {
           log_info(LD_CIRC,"Entry guard '%s' is listed again by directories.",
                    entry->nickname);
           changed = 1;
-          severity = LOG_WARN;
+          severity = LOG_INFO;
         }
         entry->unlisted_since = 0;
         if (! r->is_running) {
@@ -1945,7 +1945,7 @@ entry_guards_set_status_from_directory(v
             log_info(LD_CIRC, "Entry guard '%s' is now down.",
                      entry->nickname);
             changed = 1;
-            severity = LOG_WARN;
+            severity = LOG_INFO;
           }
         } else {
           if (entry->down_since) {



More information about the tor-commits mailing list