Fix typo and logging arg

This commit is contained in:
Philipp Hörist 2017-11-07 22:56:15 +01:00
parent d381179d1f
commit 47f4838c7c

View file

@ -95,7 +95,7 @@ class GlobalEventsDispatcher(object):
except NodeProcessed:
node_processed = True
except Exception:
log.error('Error while running an even handler: %s' % \
log.error('Error while running an event handler: %s',
handler)
traceback.print_exc()
if node_processed: