Skip to content

Commit 115949a

Browse files
committed
[lldb] Update progress report
1 parent 989d013 commit 115949a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lldb/source/Plugins/SymbolLocator/Default/SymbolLocatorDefault.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ std::optional<FileSpec> SymbolLocatorDefault::LocateExecutableSymbolFile(
9898
FileSystem::Instance().Exists(symbol_file_spec))
9999
return symbol_file_spec;
100100

101-
Progress progress(llvm::formatv(
102-
"Locating external symbol file for {0}",
103-
module_spec.GetFileSpec().GetFilename().AsCString("<Unknown>")));
101+
Progress progress(
102+
"Locating external symbol file",
103+
module_spec.GetFileSpec().GetFilename().AsCString("<Unknown>"));
104104

105105
FileSpecList debug_file_search_paths = default_search_paths;
106106

0 commit comments

Comments
 (0)