change module import logging level
authorAntony Lesuisse <al@openerp.com>
Thu, 2 Feb 2012 20:31:09 +0000 (21:31 +0100)
committerAntony Lesuisse <al@openerp.com>
Thu, 2 Feb 2012 20:31:09 +0000 (21:31 +0100)
bzr revid: al@openerp.com-20120202203109-7d65ibg5d9k7j6ex

addons/web/common/http.py

index eb3f609..7844e10 100644 (file)
@@ -516,7 +516,7 @@ class Root(object):
                     if os.path.isfile(manifest_path) and os.path.isdir(path_static):
                         manifest = ast.literal_eval(open(manifest_path).read())
                         manifest['addons_path'] = addons_path
-                        _logger.info("Loading %s", module)
+                        _logger.debug("Loading %s", module)
                         if openerp_addons_namespace:
                             m = __import__('openerp.addons.' + module)
                         else: