Skip to content

Commit b96d9d3

Browse files
Dean TroyerTerryHowe
authored andcommitted
More make_client() logging cleanup
Change-Id: I5af4b9c52c69d6e31e6ca5f90d5880c097880a71
1 parent 01f7a5f commit b96d9d3

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)