[or-cvs] [pytorctl/master] Kill some noisy debug logs.

mikeperry at torproject.org mikeperry at torproject.org
Tue Oct 5 21:11:36 UTC 2010


Author: Mike Perry <mikeperry-git at fscked.org>
Date: Tue, 5 Oct 2010 14:10:51 -0700
Subject: Kill some noisy debug logs.
Commit: f5a9e9b5f62659fd227705c2b9a7a09db638c66d

---
 TorCtl.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/TorCtl.py b/TorCtl.py
index 4382ba9..8590a88 100755
--- a/TorCtl.py
+++ b/TorCtl.py
@@ -527,11 +527,9 @@ class Router:
     'new' """
     if self.idhex != new.idhex:
       plog("ERROR", "Update of router "+self.nickname+"changes idhex!")
-    plog("DEBUG", "Updating refcount "+str(self.refcount)+" for "+self.idhex)
     for i in new.__dict__.iterkeys():
       if i == "refcount" or i == "_generated": continue
       self.__dict__[i] = new.__dict__[i]
-    plog("DEBUG", "Updated refcount "+str(self.refcount)+" for "+self.idhex)
 
   def will_exit_to(self, ip, port):
     """ Check the entire exitpolicy to see if the router will allow
-- 
1.7.1



More information about the tor-commits mailing list