Python/BLIPListenerTest.py
changeset 53 e9f209a24d53
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 12:46:40 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()