Debugger: Downgrade a warning to a TRACE.

We don't need to know all the objects which have no
debug information; this just spams the console.
This commit is contained in:
Augustin Cavalier 2023-08-25 16:56:20 -04:00
parent 0a5625377a
commit 15969ccf84

View File

@ -2843,7 +2843,7 @@ DwarfFile::_LocateDebugInfo(BString& _requiredExternalFileName,
fDebugInfoSection = debugInfoFile->GetSection(".debug_info");
fDebugAbbrevSection = debugInfoFile->GetSection(".debug_abbrev");
if (fDebugInfoSection == NULL || fDebugAbbrevSection == NULL) {
WARNING("DwarfManager::File::Load(\"%s\"): no "
TRACE_DIE("DwarfManager::File::Load(\"%s\"): no "
".debug_info or .debug_abbrev.\n", fName);
// if we at least have an EH frame, use that for stack unwinding