auth_oidc: fix typo when logging a warning (#22185)

This commit is contained in:
Frédéric Péters 2018-02-28 18:08:26 +01:00
parent a9d62aee62
commit 2c71cfeaf9
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ class OIDCBackend(ModelBackend):
try:
user_info = response.json()
except ValueError as e:
logger.warngin(u'auth_oidc: bad JSON in user info response, %s (%r)', e,
logger.warning(u'auth_oidc: bad JSON in user info response, %s (%r)', e,
response.content)
# check for required claims