mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08: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