vc: logging language

This commit is contained in:
icxes 2026-02-26 01:49:34 +02:00
parent 68aeb98ee5
commit f65bfb3424
No known key found for this signature in database

View file

@ -1816,7 +1816,7 @@ class SvcHub(object):
if time.time() - mtime < self.args.vc_interval:
data = read_utf8(None, fpath, True)
except Exception as e:
self.log("ver-chk", "no vulnerability advisory cache found; {}".format(e))
self.log("ver-chk", "no cached vulnerability advisory found, fetching; {}".format(e))
if not data:
try: