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
1 changed files with 2 additions and 2 deletions

View File

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