[FIX] translate: Fix debug print when parse path list to translate.

This commit is contained in:
Mathieu Benoit 2014-07-25 16:17:29 -04:00
parent ced5852144
commit 40b1fccb2a
1 changed files with 1 additions and 1 deletions

View File

@ -854,7 +854,7 @@ def trans_generate(lang, modules, cr):
for bin_path in ['osv', 'report' ]:
path_list.append(os.path.join(config.config['root_path'], bin_path))
_logger.debug("Scanning modules at paths: ", path_list)
_logger.debug("Scanning modules at paths: %s", path_list)
mod_paths = []