From 3efba3fe56ac3b591ab36593df30ba6bcd39fb71 Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Thu, 1 Jun 2006 18:00:06 +0000 Subject: [PATCH] added verbose-repository prc flag --- direct/src/distributed/ConnectionRepository.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/direct/src/distributed/ConnectionRepository.py b/direct/src/distributed/ConnectionRepository.py index c8d572c91c..30860895fd 100644 --- a/direct/src/distributed/ConnectionRepository.py +++ b/direct/src/distributed/ConnectionRepository.py @@ -34,6 +34,8 @@ class ConnectionRepository( self.config = config + self.setVerbose(self.config.GetBool('verbose-repository', 0)) + # Set this to 'http' to establish a connection to the server # using the HTTPClient interface, which ultimately uses the # OpenSSL socket library (even though SSL is not involved).