Remove a spurious debugging message.
authorNick Clifton <nickc@redhat.com>
Tue, 4 Jan 2022 10:26:15 +0000 (10:26 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 4 Jan 2022 10:26:15 +0000 (10:26 +0000)
PR 28716
* dwarf.c (load_build_id_debug_file): Remove spurious printf.

binutils/ChangeLog
binutils/dwarf.c

index 980c5fff46b618da0d3c8608bd33019a8891a8a4..3953e4e3e61c3aee63af32f3bbd5fdff3f48fdf1 100644 (file)
@@ -1,3 +1,8 @@
+2022-01-04  Nick Clifton  <nickc@redhat.com>
+
+       PR 28716
+       * dwarf.c (load_build_id_debug_file): Remove spurious printf.
+
 2021-12-16  Nick Clifton  <nickc@redhat.com>
 
        PR 28697
index b8c6d65d1b0b371d3e58b3a5957d8100b272df86..f14fdbb34fcb17788f577277f03b6bd67bc5d1ff 100644 (file)
@@ -11394,9 +11394,6 @@ load_build_id_debug_file (const char * main_filename, void * main_file)
       return;
     }
 
-  printf (_("%s: Found build-id indexed debug file: %s\n\n"),
-         main_filename, filename);
-
   add_separate_debug_file (filename, handle);
 }