Merge "Fix in wrong substitution"

This commit is contained in:
Jenkins 2016-02-24 11:08:57 +00:00 committed by Gerrit Code Review
commit 2e5c65951e

View File

@ -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