##// END OF EJS Templates
debug: more details hook failing loggin
super-admin -
r967:187ceff4 default
parent child Browse files
Show More
@@ -49,7 +49,7 b' class HooksHttpClient(object):'
49 try:
49 try:
50 connection.request('POST', '/', body)
50 connection.request('POST', '/', body)
51 except Exception:
51 except Exception:
52 log.error('Connection failed on %s', connection)
52 log.error('Hooks calling Connection failed on %s', connection.__dict__)
53 raise
53 raise
54 response = connection.getresponse()
54 response = connection.getresponse()
55
55
General Comments 0
You need to be logged in to leave comments. Login now