Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/bloaty.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2146,7 +2146,8 @@ void Bloaty::ScanAndRollup(const Options& options, RollupOutput* output) {
"$0 $1\n", absl::BytesToHexString(file_info.build_id_).c_str(),
file_info.filename_.c_str());
}
THROWF("Debug file(s) did not match any input file:\n$0\nInput Files:\n$1",
THROWF("Debug file(s) build ID did not match any input file build "
"ID:\n$0\nInput Files:\n$1",
unused_debug.c_str(), input_files.c_str());
}
}
Expand Down