diff --git a/files/gvm_library.py b/files/gvm_library.py
index 40a1669a53b1c36df0a5b749756e9fb067888633..9a0924033d5e901e7b74179d1d99ee7b6e0912f0 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 s >= 4:
+            if s >= 4: # If severity is not negligible
                 if o in accepted_issues:
                     logging.debug(f"Oid {o} ACCEPTED")
                 else: