From 37350a8282369cfe2c23ead97a9e2175c2752235 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 11 Jul 2021 22:23:48 -0700 Subject: [PATCH] Update src/inspector_socket_server.cc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Michaƫl Zasso --- src/inspector_socket_server.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inspector_socket_server.cc b/src/inspector_socket_server.cc index 5ef7ffb850cbb5..299664da9a1693 100644 --- a/src/inspector_socket_server.cc +++ b/src/inspector_socket_server.cc @@ -243,7 +243,7 @@ void PrintDebuggerReadyMessage( for (const auto& server_socket : server_sockets) { for (const std::string& id : ids) { fprintf(out, "Debugger %s on %s\n", - verb.c_str(), + verb, FormatWsAddress(host, server_socket->port(), id, true).c_str()); } }