summaryrefslogtreecommitdiff
path: root/openstackclient/volume
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-07-08 15:48:28 +0000
committerGerrit Code Review <review@openstack.org>2014-07-08 15:48:28 +0000
commit69138c791218e973ca0c97847f8b01a8e24cbdcf (patch)
treef212d95509548137004c163f7b4b4d02ce43b8f8 /openstackclient/volume
parentab5416a385f3597c2a63b5518f20dce7de75efc4 (diff)
parent21bd4619ae61dfe849fea01211e6c45a86df77c5 (diff)
downloadpython-openstackclient-69138c791218e973ca0c97847f8b01a8e24cbdcf.tar.gz
Merge "Clean up make_client() logging"
Diffstat (limited to 'openstackclient/volume')
-rw-r--r--openstackclient/volume/client.py3
1 files changed, 1 insertions, 2 deletions
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