chore: Log found files for extractors to debug logger

This commit is contained in:
Marty Oehme 2025-09-11 21:37:18 +02:00
parent 729b6aa62a
commit b2ce6023a2
Signed by: Marty
GPG key ID: 4E535BC19C61886E
3 changed files with 14 additions and 7 deletions

View file

@ -37,7 +37,7 @@ class ReadEraExtractor:
return False
logger.debug(
f"Found annotation file processable with ReadEraExtractor: {filename}"
f"Found processable annotation file: {filename}"
)
return True