mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-16 23:13:05 +00:00
More make_client() logging cleanup
Change-Id: I5af4b9c52c69d6e31e6ca5f90d5880c097880a71
This commit is contained in:
parent
01f7a5f9f5
commit
b96d9d374c
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue