[tor-commits] [pytorctl/master] Downgrade a couple of annoying logs.

mikeperry at torproject.org mikeperry at torproject.org
Mon Jun 1 05:36:54 UTC 2015


commit 6ab63ed77a7b9189a8fe70451964f190e9038a71
Author: Mike Perry <mikeperry+git at torproject.org>
Date:   Fri May 22 17:42:31 2015 -0700

    Downgrade a couple of annoying logs.
---
 TorCtl.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/TorCtl.py b/TorCtl.py
index b74192d..7d1e52e 100755
--- a/TorCtl.py
+++ b/TorCtl.py
@@ -1086,7 +1086,7 @@ class Connection:
       except ErrorReply:
         bad_key += 1
         if "Running" in ns.flags:
-          plog("NOTICE", "Running router "+ns.nickname+"="
+          plog("INFO", "Running router "+ns.nickname+"="
              +ns.idhex+" has no descriptor")
   
     return new
@@ -1710,7 +1710,7 @@ class ConsensusTracker(EventHandler):
       ns = ns[0]
       if ns.idhex in self.routers:
         if self.routers[ns.idhex].orhash == r.orhash:
-          plog("NOTICE",
+          plog("INFO",
              "Got extra NEWDESC event for router "+ns.nickname+"="+ns.idhex)
       else:
         self.consensus_count += 1





More information about the tor-commits mailing list