change module import logging level

bzr revid: al@openerp.com-20120202203109-7d65ibg5d9k7j6ex
This commit is contained in:
Antony Lesuisse 2012-02-02 21:31:09 +01:00
parent 6165f1834a
commit ef32ec99ea
1 changed files with 1 additions and 1 deletions

View 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: