mirror of
https://github.com/9001/copyparty.git
synced 2026-02-26 21:43:08 -07:00
vc: logging language
This commit is contained in:
parent
68aeb98ee5
commit
f65bfb3424
|
|
@ -1816,7 +1816,7 @@ class SvcHub(object):
|
||||||
if time.time() - mtime < self.args.vc_interval:
|
if time.time() - mtime < self.args.vc_interval:
|
||||||
data = read_utf8(None, fpath, True)
|
data = read_utf8(None, fpath, True)
|
||||||
except Exception as e:
|
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:
|
if not data:
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue