Merge "More make_client() logging cleanup"

This commit is contained in:
Jenkins 2014-07-26 22:20:21 +00:00 committed by Gerrit Code Review
commit 02cdebb007
2 changed files with 2 additions and 2 deletions

View File

@ -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')

View File

@ -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