diff -r e9f209a24d53 -r 6577813acf12 Python/CloseTestPing.py --- a/Python/CloseTestPing.py Tue Jun 23 12:46:40 2009 -0700 +++ b/Python/CloseTestPing.py Fri Jul 03 17:50:28 2009 -0700 @@ -24,7 +24,7 @@ req.response.onComplete = self.handleResponse req.send() - asyncore.loop(timeout=0, count=5) + asyncore.loop(timeout=0, count=5) # give things time to send self.connection.close() @@ -32,5 +32,5 @@ if __name__ == '__main__': - logging.basicConfig(level=logging.DEBUG) + logging.basicConfig(level=logging.INFO) unittest.main()