aboutsummaryrefslogtreecommitdiff
path: root/rpki/gui/app
diff options
context:
space:
mode:
authorMichael Elkins <melkins@tislabs.com>2014-04-14 16:22:00 +0000
committerMichael Elkins <melkins@tislabs.com>2014-04-14 16:22:00 +0000
commitc16c5a374f42cb37d3b6f47a46b6db737d50f8ce (patch)
tree6c9ed8e44a85ccede3a20c65ce68c5ec16596c79 /rpki/gui/app
parent5f4a9a2681a268bb9fb40403bf755151552e7a86 (diff)
do not emit a warning about missing parent certs in the cacheview db, since this is usually just a harmless case that the rcynic cache has been updated and we haven't yet updated our db
svn path=/trunk/; revision=5794
Diffstat (limited to 'rpki/gui/app')
-rw-r--r--rpki/gui/app/check_expired.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpki/gui/app/check_expired.py b/rpki/gui/app/check_expired.py
index f3f193b6..8838f9a7 100644
--- a/rpki/gui/app/check_expired.py
+++ b/rpki/gui/app/check_expired.py
@@ -65,7 +65,7 @@ def check_expire(conf, errs):
if not obj_set:
# since the <list_received_resources/> output is cached, this can
# occur if the cache is out of date as well..
- errs.write("Unable to locate rescert in rcynic cache: handle=%s uri=%s not_after=%s\n" % (conf.handle, cert.uri, cert.not_after))
+ #errs.write("Unable to locate rescert in rcynic cache: handle=%s uri=%s not_after=%s\n" % (conf.handle, cert.uri, cert.not_after))
continue
obj = obj_set[0]
msg = []