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

Format the debug messages for elf sections using diffoscope.utils.format_class.

parent 0649fb3e
No related branches found
No related tags found
No related merge requests found
Pipeline #283556 failed
......@@ -491,7 +491,12 @@ class ElfContainer(DecompilableContainer):
][0]
logger.debug(
"Adding section %s (%s) as %s", name, type, elf_class
"Adding section %s (%s) as %s",
name,
type,
format_class(
elf_class, strip="diffoscope.comparators.elf."
),
)
self._sections[name] = elf_class(self, name)
......
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