Merge "Fix in wrong substitution"
This commit is contained in:
commit
2e5c65951e
@ -323,5 +323,5 @@ def get_auth_token():
|
||||
try:
|
||||
cur.auth_token = sessions.cache().token_for_auth(cur.auth_plugin)
|
||||
except Exception as e:
|
||||
LOG.warning(_LW("Cannot update token, reason: {reason}"), e)
|
||||
LOG.warning(_LW("Cannot update token, reason: %s"), e)
|
||||
return cur.auth_token
|
||||
|
Loading…
Reference in New Issue
Block a user