This commit is contained in:
Nav
2024-10-27 00:27:16 +01:00
parent e7b270a30c
commit 4f166cc7d7

View File

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