diff options
Diffstat (limited to 'rpki/gui')
-rw-r--r-- | rpki/gui/app/check_expired.py | 2 |
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 = [] |