This commit is contained in:
Nav
2022-05-05 20:15:04 +01:00
parent 6970fd674b
commit 52c9669d14

View File

@@ -23,7 +23,7 @@ namespace Bloom::DebugServer::Gdb::CommandPackets
}
void Monitor::handle(DebugSession& debugSession, TargetControllerConsole& targetControllerConsole) {
Logger::error("Unknown custom GDB command (" + this->command + ") received.");
Logger::error("Unknown custom GDB command (\"" + this->command + "\") received.");
debugSession.connection.writePacket(EmptyResponsePacket());
}
}