From: Nick Clifton Date: Tue, 4 Jan 2022 10:26:15 +0000 (+0000) Subject: Remove a spurious debugging message. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e2c0cef94da679745201317a0da0228f0f50158b;p=binutils-gdb.git Remove a spurious debugging message. PR 28716 * dwarf.c (load_build_id_debug_file): Remove spurious printf. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 980c5fff46b..3953e4e3e61 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2022-01-04 Nick Clifton + + PR 28716 + * dwarf.c (load_build_id_debug_file): Remove spurious printf. + 2021-12-16 Nick Clifton PR 28697 diff --git a/binutils/dwarf.c b/binutils/dwarf.c index b8c6d65d1b0..f14fdbb34fc 100644 --- a/binutils/dwarf.c +++ b/binutils/dwarf.c @@ -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); }