[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Switch "building packet" message from debug to trace; d...
Update of /home/minion/cvsroot/src/minion/lib/mixminion
In directory moria.mit.edu:/tmp/cvs-serv16396
Modified Files:
BuildMessage.py
Log Message:
Switch "building packet" message from debug to trace; dont flood log when pinging
Index: BuildMessage.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/BuildMessage.py,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- BuildMessage.py 14 May 2004 23:44:08 -0000 1.74
+++ BuildMessage.py 27 Jul 2004 03:00:14 -0000 1.75
@@ -132,10 +132,10 @@
assert len(payload) == PAYLOAD_LEN
- LOG.debug(" Using path %s:%s",
+ LOG.trace(" Building packet with path %s:%s; delivering to %04x:%r",
",".join([s.getNickname() for s in path1]),
- ",".join([s.getNickname() for s in path2]))
- LOG.debug(" Delivering to %04x:%r", exitType, exitInfo)
+ ",".join([s.getNickname() for s in path2]),
+ exitType, exitInfo)
# Choose a random decoding tag.
if not suppressTag: