diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-07-26 22:20:21 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-07-26 22:20:21 +0000 |
| commit | 02cdebb007d6d9034115c91ef40c279a4fc590de (patch) | |
| tree | 5e054a727950aaf260900eeb03e0ffc137bcd0c2 /openstackclient/object | |
| parent | 7b70143695ac1e1ba3704c36192ba0cac8a86b0f (diff) | |
| parent | b96d9d374c524e44edfb9656525bbbcc32d3a605 (diff) | |
| download | python-openstackclient-02cdebb007d6d9034115c91ef40c279a4fc590de.tar.gz | |
Merge "More make_client() logging cleanup"
Diffstat (limited to 'openstackclient/object')
| -rw-r--r-- | openstackclient/object/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/object/client.py b/openstackclient/object/client.py index 006d54c5..b81ffaaf 100644 --- a/openstackclient/object/client.py +++ b/openstackclient/object/client.py @@ -36,7 +36,7 @@ def make_client(instance): API_NAME, instance._api_version[API_NAME], API_VERSIONS) - LOG.debug('Instantiating object client: %s' % object_client) + LOG.debug('Instantiating object client: %s', object_client) if instance._url: endpoint = instance._url |
