diff -r 84c2d38f924c -r 6d1392a3e0a6 Python/BLIPListenerTest.py --- a/Python/BLIPListenerTest.py Wed Jun 04 17:11:20 2008 -0700 +++ b/Python/BLIPListenerTest.py Tue Jun 23 13:52:28 2009 -0700 @@ -42,5 +42,5 @@ logging.info("KeyboardInterrupt") if __name__ == '__main__': - logging.basicConfig(level=logging.INFO) + logging.basicConfig(level=logging.DEBUG) unittest.main()