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

Don't print a warning to the console regarding NT_GNU_BUILD_ID changes.

parent 4cd3019a
No related branches found
No related tags found
No related merge requests found
Pipeline #347287 passed
......@@ -665,7 +665,7 @@ class ElfContainer(DecompilableContainer):
self.source.add_comment(
f"File has been modified after NT_GNU_BUILD_ID has been applied."
)
logger.warning(
logger.debug(
f"{self.source.path} has been modified after NT_GNU_BUILD_ID has been applied"
)
logger.debug(
......
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