From 21bd4619ae61dfe849fea01211e6c45a86df77c5 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Tue, 8 Jul 2014 01:44:55 -0500 Subject: Clean up make_client() logging Change-Id: I0b6760a6401b50e3dfb891af75424ae89df42ebc --- openstackclient/image/client.py | 1 + 1 file changed, 1 insertion(+) (limited to 'openstackclient/image/client.py') diff --git a/openstackclient/image/client.py b/openstackclient/image/client.py index ba48a0e9..a23d349e 100644 --- a/openstackclient/image/client.py +++ b/openstackclient/image/client.py @@ -38,6 +38,7 @@ def make_client(instance): API_NAME, instance._api_version[API_NAME], API_VERSIONS) + LOG.debug('Instantiating image client: %s', image_client) if not instance._url: instance._url = instance.get_endpoint_for_service_type(API_NAME) -- cgit v1.2.1