diff --git a/files/gvm_library.py b/files/gvm_library.py index 95cdee2aabd8c0da620d0287e3ad682edd5f4c2b..bb8739ba11d83e3e1a6c38bfa3c24da8c331ed70 100644 --- a/files/gvm_library.py +++ b/files/gvm_library.py @@ -465,7 +465,7 @@ class Task: for o, s, t, p in zip(o_ids, severities, treats, ports): logging.debug(f"Detected oid: {o}, severity: {s}, threat: {t} and port: {p}") if (o not in accepted_issues) and (o in known_issues): - logging.debug(f"Dropped issue {o}") + logging.debug(f"Oid {o}, not accepted but known") continue if p in report: if s > report[p]['severity']: