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) {