summaryrefslogtreecommitdiff
path: root/src/saml2/mdstore.py
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2019-08-25 14:02:33 +0300
committerGitHub <noreply@github.com>2019-08-25 14:02:33 +0300
commit8214b545c77a4172894106693433c6f8c7dfa91f (patch)
tree2617d968880f69a1ae41431e4b4783b7a6226876 /src/saml2/mdstore.py
parenta1054c634a9f2f452b316c40b694e4da9d54793d (diff)
parent38b782ac7f272e87bec5c9c32640619edfcf4312 (diff)
downloadpysaml2-8214b545c77a4172894106693433c6f8c7dfa91f.tar.gz
Merge pull request #640 from kalevivt/master
Various typo fixes
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 a92414c5..9ce0221b 100644
--- a/src/saml2/mdstore.py
+++ b/src/saml2/mdstore.py
@@ -471,7 +471,7 @@ class InMemoryMetaData(MetaData):
if self.check_validity:
try:
if not valid(entity_descr.valid_until):
- logger.error("Entity descriptor (entity id:%s) to old",
+ logger.error("Entity descriptor (entity id:%s) too old",
entity_descr.entity_id)
self.to_old.append(entity_descr.entity_id)
return