mirror of
https://github.com/chatmail/relay.git
synced 2026-05-11 08:24:37 +00:00
properly call logging.exception
This commit is contained in:
@@ -140,7 +140,7 @@ def main():
|
||||
else:
|
||||
logging.warn("request had no answer: %r", msg)
|
||||
except Exception:
|
||||
logging.exception()
|
||||
logging.exception("Exception in the handler")
|
||||
raise
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user