[debug] change severity of 'site_cubicweb loaded' message to debug stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 10 Aug 2010 14:22:17 +0200
branchstable
changeset 6087 bdfbd6aa5758
parent 6086 2b53a8669c98
child 6088 28f49a4fe702
[debug] change severity of 'site_cubicweb loaded' message to debug
cwconfig.py
--- 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):