[Git][reproducible-builds/diffoscope][master] Don't print a warning to the console regarding NT_GNU_BUILD_ID changes.

Chris Lamb (@lamby) gitlab at salsa.debian.org
Sat Feb 12 00:15:45 UTC 2022



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
b0fb9c56 by Chris Lamb at 2022-02-11T16:15:28-08:00
Don't print a warning to the console regarding NT_GNU_BUILD_ID changes.

- - - - -


1 changed file:

- diffoscope/comparators/elf.py


Changes:

=====================================
diffoscope/comparators/elf.py
=====================================
@@ -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(



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/b0fb9c567cb76b6047fa38323d62b448da8191f4

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/b0fb9c567cb76b6047fa38323d62b448da8191f4
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20220212/fd6a0f82/attachment.htm>


More information about the rb-commits mailing list