Remove a spurious debugging message.
PR 28716 * dwarf.c (load_build_id_debug_file): Remove spurious printf.
This commit is contained in:
parent
f1e044bbb6
commit
e2c0cef94d
2 changed files with 5 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue