More make_client() logging cleanup

Change-Id: I5af4b9c52c69d6e31e6ca5f90d5880c097880a71
This commit is contained in:
Dean Troyer 2014-07-08 01:44:55 -05:00 committed by Terry Howe
parent 01f7a5f9f5
commit b96d9d374c
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