Skip to content

Commit 9827467

Browse files
committed
[Debuginfod] Add \n to llvm-debuginfod-find error
1 parent 27c6d55 commit 9827467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/llvm-debuginfod-find/llvm-debuginfod-find.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@ std::string fetchDebugInfo(object::BuildIDRef BuildID) {
123123
DebuginfodFetcher(DebugFileDirectory).fetch(BuildID))
124124
return *Path;
125125
errs() << "Build ID " << llvm::toHex(BuildID, /*Lowercase=*/true)
126-
<< " could not be found.";
126+
<< " could not be found.\n";
127127
exit(1);
128128
}

0 commit comments

Comments
 (0)