mirror of
https://github.com/mvt-project/mvt.git
synced 2026-08-28 13:50:24 +02: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:
|
else:
|
||||||
try:
|
try:
|
||||||
module.check_indicators()
|
module.check_indicators()
|
||||||
|
if not module.detected:
|
||||||
|
module.log.info("No detection!")
|
||||||
except NotImplementedError:
|
except NotImplementedError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user