From 4f166cc7d7105ec8e110f4666ffa17fa15c90414 Mon Sep 17 00:00:00 2001 From: Nav Date: Sun, 27 Oct 2024 00:27:16 +0100 Subject: [PATCH] Tidying --- src/DebugServer/Gdb/GdbRspDebugServer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DebugServer/Gdb/GdbRspDebugServer.hpp b/src/DebugServer/Gdb/GdbRspDebugServer.hpp index 9e442954..0c95955d 100644 --- a/src/DebugServer/Gdb/GdbRspDebugServer.hpp +++ b/src/DebugServer/Gdb/GdbRspDebugServer.hpp @@ -548,7 +548,7 @@ namespace DebugServer::Gdb return; } catch (const ::Exceptions::Exception& exception) { - Logger::error("Failed to handle target execution stopped event - " + exception.getMessage()); + Logger::error("Failed to handle target execution state changed event - " + exception.getMessage()); } }