diff --git a/app/service/data_svc.py b/app/service/data_svc.py index 9452b2cd6..499203a01 100644 --- a/app/service/data_svc.py +++ b/app/service/data_svc.py @@ -169,7 +169,7 @@ async def load_ability_file(self, filename, access): ab.pop('plugin', plugin) if tactic and tactic not in filename: - self.log.error('Ability=%s has wrong tactic' % id) + self.log.error('Ability=%s has wrong tactic' % ability_id) await self._create_ability(ability_id=ability_id, name=name, description=description, tactic=tactic, technique_id=technique_id, technique_name=technique_name,