[or-cvs] Note that DEBUG works; adjust python interface
    Nick Mathewson 
    nickm at seul.org
       
    Wed Jul 13 05:15:39 UTC 2005
    
    
  
Update of /home/or/cvsroot/control/python
In directory moria:/tmp/cvs-serv27562/python
Modified Files:
	TorCtl.py 
Log Message:
Note that DEBUG works; adjust python interface
Index: TorCtl.py
===================================================================
RCS file: /home/or/cvsroot/control/python/TorCtl.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- TorCtl.py	11 Jul 2005 19:16:40 -0000	1.5
+++ TorCtl.py	13 Jul 2005 05:15:36 -0000	1.6
@@ -33,6 +33,7 @@
             EVENT_TYPE.ORCONNSTATUS : self.or_conn_status,
             EVENT_TYPE.BANDWIDTH : self.bandwidth,
             EVENT_TYPE.NEWDESC : self.new_desc,
+            EVENT_TYPE.DEBUG_MSG : self.msg,
             EVENT_TYPE.INFO_MSG : self.msg,
             EVENT_TYPE.NOTICE_MSG : self.msg,
             EVENT_TYPE.WARN_MSG : self.msg,
    
    
More information about the tor-commits
mailing list