Commit b03d9784 authored by Benjamin Blanc's avatar Benjamin Blanc

testnode: SlapOSMasterCommunicator: add more log

parent e028637b
...@@ -55,6 +55,7 @@ class SlapOSMasterCommunicator(object): ...@@ -55,6 +55,7 @@ class SlapOSMasterCommunicator(object):
""" """
'link' must look like : {'href':url,'type':content_type} 'link' must look like : {'href':url,'type':content_type}
""" """
self.log("_curl with: url:%s content_type:%s" %(link['href'], link['type']))
api_scheme, api_netloc, api_path, api_query, api_fragment = urlparse.urlsplit(link['href']) api_scheme, api_netloc, api_path, api_query, api_fragment = urlparse.urlsplit(link['href'])
self.connection.request( self.connection.request(
method='GET', method='GET',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment