Skip to content
Snippets Groups Projects
Commit 821f4de6 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Include the filename in the "... not identified by any comparator" logging message.

parent 109ff0dd
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,8 @@ def specialize(file): ...@@ -64,7 +64,8 @@ def specialize(file):
return file return file
logger.debug( logger.debug(
"File not identified by any comparator. Magic says: %s", "%s not identified by any comparator. Magic says: %s",
file.name,
file.magic_file_type, file.magic_file_type,
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment