mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Remove a spurious debugging message.
PR 28716 * dwarf.c (load_build_id_debug_file): Remove spurious printf.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user