cwconfig.py
branchstable
changeset 6087 bdfbd6aa5758
parent 5960 ffa38c4ec592
child 6135 e4b37742f75a
child 6138 65f5e488f983
--- a/cwconfig.py	Tue Aug 10 14:21:32 2010 +0200
+++ b/cwconfig.py	Tue Aug 10 14:22:17 2010 +0200
@@ -742,7 +742,7 @@
         # XXX extrapath argument to load_module_from_file only in lgc > 0.50.2
         from logilab.common.modutils import load_module_from_modpath, modpath_from_file
         module = load_module_from_modpath(modpath_from_file(sitefile, self.extrapath))
-        self.info('%s loaded', sitefile)
+        self.debug('%s loaded', sitefile)
         return module
 
     def eproperty_definitions(self):