We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b70143 + b96d9d3 commit 02cdebbCopy full SHA for 02cdebb
2 files changed
openstackclient/identity/client.py
@@ -36,7 +36,7 @@ def make_client(instance):
36
API_NAME,
37
instance._api_version[API_NAME],
38
API_VERSIONS)
39
- LOG.debug('Instantiating identity client: %s' % identity_client)
+ LOG.debug('Instantiating identity client: %s', identity_client)
40
41
if instance._url:
42
LOG.debug('Using token auth')
openstackclient/object/client.py
- LOG.debug('Instantiating object client: %s' % object_client)
+ LOG.debug('Instantiating object client: %s', object_client)
endpoint = instance._url
0 commit comments