Skip to content

Commit 709da7d

Browse files
committed
Rewording an error message.
1 parent 43097eb commit 709da7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/tools/lldb-dap/lldb-dap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5364,7 +5364,7 @@ int main(int argc, char *argv[]) {
53645364
if (auto Err = serveConnection(protocol, name, log.get(), program_path,
53655365
default_repl_mode, pre_init_commands)) {
53665366
llvm::logAllUnhandledErrors(std::move(Err), llvm::errs(),
5367-
"Failed to create socket listener: ");
5367+
"Connection failed: ");
53685368
return EXIT_FAILURE;
53695369
}
53705370

0 commit comments

Comments
 (0)