[MERGE] forward port of branch saas-3 up to 310d3fe
[odoo/odoo.git] / openerp / tools / translate.py
index b795405..10584e4 100644 (file)
@@ -788,7 +788,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 = list(path_list)