Browse Source

not having a class definition is a debug now

Joe Shochet 19 years ago
parent
commit
f149e311eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/distributed/ConnectionRepository.py

+ 1 - 1
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):