From b9a0c09adfb08a40e0d9d024662a97daf53030e9 Mon Sep 17 00:00:00 2001 From: Nav Date: Wed, 30 Aug 2023 20:48:47 +0100 Subject: [PATCH] Tweaked wording in GDB response to Insight activation request --- src/DebugServer/Gdb/CommandPackets/ActivateInsight.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DebugServer/Gdb/CommandPackets/ActivateInsight.cpp b/src/DebugServer/Gdb/CommandPackets/ActivateInsight.cpp index a41a7c4f..cceda039 100644 --- a/src/DebugServer/Gdb/CommandPackets/ActivateInsight.cpp +++ b/src/DebugServer/Gdb/CommandPackets/ActivateInsight.cpp @@ -29,7 +29,7 @@ namespace DebugServer::Gdb::CommandPackets EventManager::triggerEvent(std::make_shared()); debugSession.connection.writePacket(ResponsePacket(Services::StringService::toHex( - "Insight requested\n" + "The Insight GUI will be with you shortly.\n" ))); } catch (const Exception& exception) {