Fix typo and logging arg
This commit is contained in:
parent
d381179d1f
commit
47f4838c7c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue