diff options
Diffstat (limited to 'Mailman/Bouncers/BouncerAPI.py')
| -rw-r--r-- | Mailman/Bouncers/BouncerAPI.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Bouncers/BouncerAPI.py b/Mailman/Bouncers/BouncerAPI.py index 285594279..80eb418db 100644 --- a/Mailman/Bouncers/BouncerAPI.py +++ b/Mailman/Bouncers/BouncerAPI.py @@ -59,7 +59,7 @@ def ScanMessages(mlist, msg, testing=0): try: mlist.RegisterBounce(addr, msg) except Exception, e: - syslog('error', 'Delivery exception: %s' % e) + syslog('error', 'Bouncer exception: %s' % e) s = StringIO() traceback.print_exc(file=s) syslog('error', s.getvalue()) |
