Python/BLIPListenerTest.py
changeset 54 6d1392a3e0a6
parent 13 84c2d38f924c
child 56 6c3b5372a307
     1.1 --- a/Python/BLIPListenerTest.py	Wed Jun 04 17:11:20 2008 -0700
     1.2 +++ b/Python/BLIPListenerTest.py	Tue Jun 23 13:52:28 2009 -0700
     1.3 @@ -42,5 +42,5 @@
     1.4              logging.info("KeyboardInterrupt")
     1.5  
     1.6  if __name__ == '__main__':
     1.7 -    logging.basicConfig(level=logging.INFO)
     1.8 +    logging.basicConfig(level=logging.DEBUG)
     1.9      unittest.main()