Add missing ")" from last commit

This commit is contained in:
jesopo 2018-12-05 15:19:58 +00:00
parent df624e7e29
commit 4015275afc

View file

@ -184,7 +184,7 @@ class EventHook(object):
if not hooks:
self.log.trace("not calling non-hooked event \"%s\" (params: %s)",
[event, path, kwargs]
[event, path, kwargs])
return returns
self.log.trace("calling event: \"%s\" (params: %s)",