More make_client() logging cleanup
Change-Id: I5af4b9c52c69d6e31e6ca5f90d5880c097880a71
This commit is contained in:
parent
01f7a5f9f5
commit
b96d9d374c
@ -36,7 +36,7 @@ def make_client(instance):
|
||||
API_NAME,
|
||||
instance._api_version[API_NAME],
|
||||
API_VERSIONS)
|
||||
LOG.debug('Instantiating identity client: %s' % identity_client)
|
||||
LOG.debug('Instantiating identity client: %s', identity_client)
|
||||
|
||||
if instance._url:
|
||||
LOG.debug('Using token auth')
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user