diff --git a/lib/cuckoo/core/plugins.py b/lib/cuckoo/core/plugins.py index f510bac78a5..330765b147a 100644 --- a/lib/cuckoo/core/plugins.py +++ b/lib/cuckoo/core/plugins.py @@ -683,6 +683,8 @@ def run(self, test_signature: str = False): result = False if result: + if hasattr(sig, "on_complete"): + log.debug("Signature: %s is matched! on_complete won't be executed!", sig.name) sig.matched = True # Call the stop method on all remaining instances.