summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/Queue/Runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mailman/Queue/Runner.py b/Mailman/Queue/Runner.py
index b0a466f27..134dac998 100644
--- a/Mailman/Queue/Runner.py
+++ b/Mailman/Queue/Runner.py
@@ -105,6 +105,7 @@ class Runner:
self._onefile(msg, msgdata)
except Exception, e:
self._log(e)
+ syslog('error', 'SHUNTING: %s', filebase)
# Put a marker in the metadata for unshunting
msgdata['whichq'] = self._switchboard.whichq()
self._shunt.enqueue(msg, msgdata)