[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r18720: {projects} Actually, on second thought, we don't want to log there at a (projects/gettor/gettor)
Author: ioerror
Date: 2009-02-28 08:58:27 -0500 (Sat, 28 Feb 2009)
New Revision: 18720
Modified:
projects/gettor/gettor/responses.py
Log:
Actually, on second thought, we don't want to log there at all.
Modified: projects/gettor/gettor/responses.py
===================================================================
--- projects/gettor/gettor/responses.py 2009-02-28 13:47:35 UTC (rev 18719)
+++ projects/gettor/gettor/responses.py 2009-02-28 13:58:27 UTC (rev 18720)
@@ -139,10 +139,8 @@
""")
package = self.constructMessage(message, source, destination, filename)
try:
- log.info(_("Attempting to send package: %s") % str(package))
status = self.sendMessage(package, source, destination)
except:
- log.info(_("Failed at attempt to send package: %s") % str(package))
status = False
self.setLang(self.mailLang)