mirror of
https://github.com/mvt-project/mvt.git
synced 2026-02-13 09:02:48 +00:00
Log if there was no detection made by the module
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -167,6 +167,8 @@ def run_module(module):
|
||||
else:
|
||||
try:
|
||||
module.check_indicators()
|
||||
if not module.detected:
|
||||
module.log.info("No detection!")
|
||||
except NotImplementedError:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user