summaryrefslogtreecommitdiff
path: root/openstackclient/api/auth_plugin.py
diff options
context:
space:
mode:
authorting.wang <ting.wang@easystack.cn>2016-02-20 14:09:40 +0800
committerting.wang <ting.wang@easystack.cn>2016-02-20 14:16:25 +0800
commit5a978b9ec137cece167f0164dbb1754002a81bec (patch)
tree73ab464b04bce75e78949434ec9deb0db79a45c8 /openstackclient/api/auth_plugin.py
parentab6ba385a2c292a7a906390ad911db8c59811a07 (diff)
downloadpython-openstackclient-5a978b9ec137cece167f0164dbb1754002a81bec.tar.gz
Replace string format arguments with function parameters
There are files containing string format arguments inside logging messages. Using logging function parameters should be preferred. Change-Id: I15b405bf4d4715263fe1e1262982467b3d4bc1f4 Closes-Bug: #1321274
Diffstat (limited to 'openstackclient/api/auth_plugin.py')
-rw-r--r--openstackclient/api/auth_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/api/auth_plugin.py b/openstackclient/api/auth_plugin.py
index deddfcc4..cff0b75d 100644
--- a/openstackclient/api/auth_plugin.py
+++ b/openstackclient/api/auth_plugin.py
@@ -97,7 +97,7 @@ class OSCGenericPassword(ksc_password.Password):
ver_u.query,
ver_u.fragment,
))
- LOG.debug('Version URL updated: %s' % url)
+ LOG.debug('Version URL updated: %s', url)
return super(OSCGenericPassword, self).create_plugin(
session=session,