##// 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 class HooksDummyClient:
91 class HooksDummyClient:
92 def __init__(self, hooks_module):
92 def __init__(self, hooks_module):
93 log.debug('HooksDummyClient import: %s', hooks_module)
93 self._hooks_module = importlib.import_module(hooks_module)
94 self._hooks_module = importlib.import_module(hooks_module)
94
95
95 def __call__(self, hook_name, extras):
96 def __call__(self, hook_name, extras):
General Comments 0
You need to be logged in to leave comments. Login now