Update show-unused-features.py

This commit is contained in:
Aayush Goel
2023-08-08 18:36:25 +05:30
parent 9c1aa2fc5d
commit c497ad8253

View File

@@ -34,7 +34,7 @@ from capa.helpers import log_unsupported_runtime_error
from capa.features.common import Feature
from capa.features.extractors.base_extractor import FunctionHandle
logger = logging.getLogger("show-unused-feature")
logger = logging.getLogger("show-unused-features")
def format_address(addr: capa.features.address.Address) -> str: