[FIX] ir_actions: minor typo

bzr revid: odo@openerp.com-20101124164135-6qemb2nof0uzx2f2
This commit is contained in:
Olivier Dony 2010-11-24 17:41:35 +01:00
parent c34d2ae6d4
commit 03f3100346
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ class actions_server(osv.osv):
body = self.merge_message(cr, uid, action.message, action, context)
if tools.email_send(user, [address], subject, body, debug=False, subtype='html') == True:
logger.info('Email successfully send to: %s', address)
logger.info('Email successfully sent to: %s', address)
else:
logger.warning('Failed to send email to: %s', address)