summaryrefslogtreecommitdiff
path: root/openstackclient/identity/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/identity/client.py')
-rw-r--r--openstackclient/identity/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/identity/client.py b/openstackclient/identity/client.py
index 72e8bfae..7f5390c8 100644
--- a/openstackclient/identity/client.py
+++ b/openstackclient/identity/client.py
@@ -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')