From b4d9ece1e35888eb7642fde3aece0f7bc28f5550 Mon Sep 17 00:00:00 2001 From: rhoerbe Date: Thu, 3 Jul 2014 17:44:51 +0200 Subject: [PATCH] changed message text for improved failure experience --- src/saml2/mdstore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/saml2/mdstore.py b/src/saml2/mdstore.py index 4d82e81..7ce337b 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