Skip to content

Commit

Permalink
reduce verbosity of 'search for DIE' log message
Browse files Browse the repository at this point in the history
  • Loading branch information
peadar committed Jun 11, 2024
1 parent 4f46c4c commit cf274dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwarf_info.cc
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Info::offsetToDIE(Elf::Off offset) const
// should be in here.
DIE entry = u->offsetToDIE(DIE(), offset);
if (entry) {
if (verbose > 1)
if (verbose > 2)
*debug << "search for DIE at " << offset
<< " in " << *debugInfo.io()
<< " started at " << uOffset
Expand Down

0 comments on commit cf274dc

Please sign in to comment.