summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhoerbe <rainer@hoerbe.at>2014-07-03 17:44:51 +0200
committerrhoerbe <rainer@hoerbe.at>2014-07-03 17:44:51 +0200
commitb4d9ece1e35888eb7642fde3aece0f7bc28f5550 (patch)
tree010e026b0cc7716c5bbcb99fef3cc8581ed21bb6
parent7110985d9f3ccde9af5d5d4a2d04b2b41f70002f (diff)
downloadpysaml2-b4d9ece1e35888eb7642fde3aece0f7bc28f5550.tar.gz
changed message text for improved failure experience
-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 4d82e810..7ce337b1 100644
--- a/src/saml2/mdstore.py
+++ b/src/saml2/mdstore.py
@@ -197,7 +197,7 @@ class MetaData(object):
try:
if not valid(self.entities_descr.valid_until):
raise ToOld(
- "Metadata not valid anymore, it's after %s" % (
+ "Metadata not valid anymore, it's only valid until %s" % (
self.entities_descr.valid_until,))
except AttributeError:
pass