diff roundup/mailgw.py @ 3187:79bcf944ceb8 maint-0.8

fixes
author Richard Jones <richard@users.sourceforge.net>
date Tue, 15 Feb 2005 23:42:38 +0000
parents f412ae175b4d
children 246fed02a51e
line wrap: on
line diff
--- a/roundup/mailgw.py	Tue Feb 15 23:04:32 2005 +0000
+++ b/roundup/mailgw.py	Tue Feb 15 23:42:38 2005 +0000
@@ -72,7 +72,7 @@
 an exception, the original message is bounced back to the sender with the
 explanatory message given in the exception.
 
-$Id: mailgw.py,v 1.159.2.3 2005-02-14 05:55:20 richard Exp $
+$Id: mailgw.py,v 1.159.2.4 2005-02-15 23:42:30 richard Exp $
 """
 __docformat__ = 'restructuredtext'
 
@@ -319,7 +319,7 @@
                 self.default_class = value.strip()
 
         self.mailer = Mailer(instance.config)
-        self.logger = getLogger('mailgw')
+        self.logger = logging.getLogger('mailgw')
 
         # should we trap exceptions (normal usage) or pass them through
         # (for testing)

Roundup Issue Tracker: http://roundup-tracker.org/