##// END OF EJS Templates
chore(logs): added some debug logs for HooksDummyClient
super-admin -
r1192:0a7a851b default
parent child Browse files
Show More
@@ -90,6 +90,7 b' class HooksHttpClient:'
90 90
91 91 class HooksDummyClient:
92 92 def __init__(self, hooks_module):
93 log.debug('HooksDummyClient import: %s', hooks_module)
93 94 self._hooks_module = importlib.import_module(hooks_module)
94 95
95 96 def __call__(self, hook_name, extras):
General Comments 0
You need to be logged in to leave comments. Login now