Skip to content

Commit

Permalink
Warn is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
theseal committed Sep 2, 2024
1 parent d2ae99e commit 3f4cd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eduid/satosa/scimapi/statsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def process(
) -> satosa.internal.InternalData:
requester_entity_id = data.requester
if not requester_entity_id:
logger.warn("Unable to determine the entityID for the SP requester")
logger.warning("Unable to determine the entityID for the SP requester")
return super().process(context, data)

# Graphite is picky about the characters in its key names
Expand Down

0 comments on commit 3f4cd63

Please sign in to comment.