From ba1d809666059315db391a539920b342bc777ffe Mon Sep 17 00:00:00 2001 From: Sebastien Delafond Date: Tue, 19 Jul 2016 09:53:48 +0000 Subject: Debug message s/dsaref/ovalId/ CVS version numbers english/security/oval/parseJSON2Oval.py: 1.5 -> 1.6 --- english/security/oval/parseJSON2Oval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/english/security/oval/parseJSON2Oval.py b/english/security/oval/parseJSON2Oval.py index 7a963e430ba..0795035994d 100644 --- a/english/security/oval/parseJSON2Oval.py +++ b/english/security/oval/parseJSON2Oval.py @@ -75,7 +75,7 @@ def parseJSON(json_data, year): 'description': json_data[package][CVE].get("description",""), 'moreinfo': "", 'release': release, 'secrefs': CVE}}) - logging.log(logging.DEBUG, "Created entry in dsaref %s" % ovalId) + logging.log(logging.DEBUG, "Created entry with ovalId %s" % ovalId) def get_json_data(json_file): -- cgit v1.2.3