aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/async.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid/rpki/async.py')
-rw-r--r--rpkid/rpki/async.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/async.py b/rpkid/rpki/async.py
index 6e9d1edf..5eaa34f9 100644
--- a/rpkid/rpki/async.py
+++ b/rpkid/rpki/async.py
@@ -268,7 +268,7 @@ def run_deferred():
except (ExitNow, SystemExit):
raise
except Exception, e:
- rpki.log.error("Unhandled exception from deferred action: %s" % e)
+ rpki.log.error("Unhandled exception from deferred action %s: %s" % (e.__class__.__name__, e))
rpki.log.traceback()
def _raiseExitNow(signum, frame):