# HG changeset patch # User Sylvain Thénault # Date 1281442937 -7200 # Node ID bdfbd6aa575840489bebbce1a12302f0a87f4074 # Parent 2b53a8669c980e80791db79d7159bab9e748a432 [debug] change severity of 'site_cubicweb loaded' message to debug diff -r 2b53a8669c98 -r bdfbd6aa5758 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):