Starting to add more debug information.
This commit is contained in:
@@ -153,7 +153,7 @@ class MetaData(object):
|
|||||||
if self.check_validity:
|
if self.check_validity:
|
||||||
try:
|
try:
|
||||||
if not valid(entity_descr.valid_until):
|
if not valid(entity_descr.valid_until):
|
||||||
logger.info("Entity descriptor (entity id:%s) to old" % (
|
logger.error("Entity descriptor (entity id:%s) to old" % (
|
||||||
entity_descr.entity_id,))
|
entity_descr.entity_id,))
|
||||||
return
|
return
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
|
Reference in New Issue
Block a user