aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Delafond <seb>2016-07-19 09:53:48 +0000
committerSebastien Delafond <seb>2016-07-19 09:53:48 +0000
commitba1d809666059315db391a539920b342bc777ffe (patch)
tree8448958f8e01c8612c5d7d6bd78bc695f1028883
parent8bd835d1bc85930a285b1478800e44320f07336c (diff)
Debug message s/dsaref/ovalId/
CVS version numbers english/security/oval/parseJSON2Oval.py: 1.5 -> 1.6
-rw-r--r--english/security/oval/parseJSON2Oval.py2
1 files changed, 1 insertions, 1 deletions
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):

© 2014-2024 Faster IT GmbH | imprint | privacy policy