diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-07-08 15:48:28 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-07-08 15:48:28 +0000 |
| commit | 69138c791218e973ca0c97847f8b01a8e24cbdcf (patch) | |
| tree | f212d95509548137004c163f7b4b4d02ce43b8f8 /openstackclient/compute | |
| parent | ab5416a385f3597c2a63b5518f20dce7de75efc4 (diff) | |
| parent | 21bd4619ae61dfe849fea01211e6c45a86df77c5 (diff) | |
| download | python-openstackclient-69138c791218e973ca0c97847f8b01a8e24cbdcf.tar.gz | |
Merge "Clean up make_client() logging"
Diffstat (limited to 'openstackclient/compute')
| -rw-r--r-- | openstackclient/compute/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/compute/client.py b/openstackclient/compute/client.py index c8712809..36391c6d 100644 --- a/openstackclient/compute/client.py +++ b/openstackclient/compute/client.py @@ -37,7 +37,7 @@ def make_client(instance): API_NAME, instance._api_version[API_NAME], API_VERSIONS) - LOG.debug('instantiating compute client: %s', compute_client) + LOG.debug('Instantiating compute client: %s', compute_client) # Set client http_log_debug to True if verbosity level is high enough http_log_debug = utils.get_effective_log_level() <= logging.DEBUG |
