summaryrefslogtreecommitdiff
path: root/openstackclient/network
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/network')
-rw-r--r--openstackclient/network/client.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/openstackclient/network/client.py b/openstackclient/network/client.py
index db0b5279..d3102da1 100644
--- a/openstackclient/network/client.py
+++ b/openstackclient/network/client.py
@@ -32,6 +32,8 @@ def make_client(instance):
API_NAME,
instance._api_version[API_NAME],
API_VERSIONS)
+ LOG.debug('Instantiating network client: %s', network_client)
+
if not instance._url:
instance._url = instance.get_endpoint_for_service_type("network")
return network_client(