Fix logger in translate

bzr revid: ced-70c4b63da8213890592742672c79704052e305ab
This commit is contained in:
ced 2007-08-16 07:48:15 +00:00
parent c2680d5502
commit 5695b14a42
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ def trans_generate(lang, modules, dbname=None):
to_translate.append([report_type, name, parse_func(d.documentElement)])
except IOError:
if fname:
logger.notifyChannel("init", netsvc.LOG_WARNING, "couldn't export translation for report %s %s %s" % name, report_type, fname)
logger.notifyChannel("init", netsvc.LOG_WARNING, "couldn't export translation for report %s %s %s" % (name, report_type, fname))
# views
obj = pool.get("ir.ui.view")