Log if there was no detection made by the module

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2021-08-10 12:13:23 +02:00
parent 44b677fdb2
commit 290776a286
No known key found for this signature in database
GPG Key ID: 9A379E34963EE435

View File

@ -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