Skip to content

Commit 3748781

Browse files
sources/kerberos: resolve logger warnings (#14540)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
1 parent 99b5598 commit 3748781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authentik/sources/kerberos/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def get_gssapi_creds(self) -> gssapi.creds.Credentials | None:
317317
usage="accept", name=name, store=self.get_gssapi_store()
318318
)
319319
except gssapi.exceptions.GSSError as exc:
320-
LOGGER.warn("GSSAPI credentials failure", exc=exc)
320+
LOGGER.warning("GSSAPI credentials failure", exc=exc)
321321
return None
322322

323323

0 commit comments

Comments
 (0)