Mercurial > p > roundup > code
diff roundup/mailgw.py @ 3188:7faae85e1e33
merge from branch
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 15 Feb 2005 23:45:30 +0000 |
| parents | cfe7d8cb9794 |
| children | 3124e578db02 |
line wrap: on
line diff
--- a/roundup/mailgw.py Tue Feb 15 23:10:52 2005 +0000 +++ b/roundup/mailgw.py Tue Feb 15 23:45:30 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.162 2005-02-14 05:54:41 richard Exp $ +$Id: mailgw.py,v 1.163 2005-02-15 23:45:28 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)
