diff options
Diffstat (limited to 'Mailman/Handlers/Hold.py')
| -rw-r--r-- | Mailman/Handlers/Hold.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Handlers/Hold.py b/Mailman/Handlers/Hold.py index d9a57db82..a610c822b 100644 --- a/Mailman/Handlers/Hold.py +++ b/Mailman/Handlers/Hold.py @@ -279,7 +279,7 @@ def hold_for_approval(mlist, msg, msgdata, exc): finally: i18n.set_translation(otranslation) # Log the held message - syslog('vette', '%s post from %s held: %s' % (listname, sender, reason)) + syslog('vette', '%s post from %s held: %s', listname, sender, reason) # raise the specific MessageHeld exception to exit out of the message # delivery pipeline raise exc |
