changed message text for improved failure experience

This commit is contained in:
rhoerbe
2014-07-03 17:44:51 +02:00
parent 7110985d9f
commit b4d9ece1e3

View File

@@ -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