From f149e311eb59bc007ba0edad95ee8304ff28d14b Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Tue, 19 Dec 2006 08:58:59 +0000 Subject: [PATCH] not having a class definition is a debug now --- direct/src/distributed/ConnectionRepository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/distributed/ConnectionRepository.py b/direct/src/distributed/ConnectionRepository.py index 7fe303908c..556a3708a2 100644 --- a/direct/src/distributed/ConnectionRepository.py +++ b/direct/src/distributed/ConnectionRepository.py @@ -231,7 +231,7 @@ class ConnectionRepository( className = dclass.getName() classDef = dcImports.get(className) if classDef is None: - self.notify.info("No class definition for %s." % (className)) + self.notify.debug("No class definition for %s." % (className)) else: if type(classDef) == types.ModuleType: if not hasattr(classDef, className):