summaryrefslogtreecommitdiff
path: root/src/saml2/mdstore.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/saml2/mdstore.py')
-rw-r--r--src/saml2/mdstore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saml2/mdstore.py b/src/saml2/mdstore.py
index 3dfd0e5a..c0eb1686 100644
--- a/src/saml2/mdstore.py
+++ b/src/saml2/mdstore.py
@@ -193,7 +193,7 @@ def destinations(srvs):
"instead, use `saml2.mdstore.locations` or `saml2.mdstore.all_locations`."
)
logger.warning(warn_msg)
- _warn(warn_msg)
+ _warn(warn_msg, DeprecationWarning)
values = list(locations(srvs))
return values