Skip to content

Commit 02cdebb

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "More make_client() logging cleanup"
2 parents 7b70143 + b96d9d3 commit 02cdebb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

openstackclient/identity/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def make_client(instance):
3636
API_NAME,
3737
instance._api_version[API_NAME],
3838
API_VERSIONS)
39-
LOG.debug('Instantiating identity client: %s' % identity_client)
39+
LOG.debug('Instantiating identity client: %s', identity_client)
4040

4141
if instance._url:
4242
LOG.debug('Using token auth')

openstackclient/object/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def make_client(instance):
3636
API_NAME,
3737
instance._api_version[API_NAME],
3838
API_VERSIONS)
39-
LOG.debug('Instantiating object client: %s' % object_client)
39+
LOG.debug('Instantiating object client: %s', object_client)
4040

4141
if instance._url:
4242
endpoint = instance._url

0 commit comments

Comments
 (0)