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/volume/client.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openstackclient/volume') diff --git a/openstackclient/volume/client.py b/openstackclient/volume/client.py index 9b37b8f5..f630f9f5 100644 --- a/openstackclient/volume/client.py +++ b/openstackclient/volume/client.py @@ -40,8 +40,7 @@ def make_client(instance): instance._api_version[API_NAME], API_VERSIONS ) - - LOG.debug('instantiating volume client') + LOG.debug('Instantiating volume client: %s', volume_client) # Set client http_log_debug to True if verbosity level is high enough http_log_debug = utils.get_effective_log_level() <= logging.DEBUG -- cgit v1.2.1