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()); } }