Commit 0dbf0918 authored by Ivan Tyagov's avatar Ivan Tyagov

Do not log file_name since we really do not know it.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14977 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6d3e3fe2
......@@ -130,8 +130,8 @@ except Exception, e:\n
\'ingestion_failure\', \n
context, \n
original_email = theMail)\n
context.log(\'[DMS] Failure (%s) email ingestion for %s <%s> (%s)\' \n
%(e, person.getTitle(), sender_email, file_name))\n
context.log(\'[DMS] Failure (%s) email ingestion for %s <%s>\' \n
%(e, person.getTitle(), sender_email))\n
raise Exception, e\n
......
659
\ No newline at end of file
662
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment