working commit

This commit is contained in:
2026-04-29 11:55:50 +02:00
parent 972096c53d
commit 6ae4f017f9
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ public:
std::expected<void, std::string> TestRPCHandler::Handle(std::string& rawReq, std::string& rawRes) {
control::HelloRequest pbReq;
pbReq.ParseFromString(rawReq);
logger.Log(std::format("rpcName: {}", pbReq.meta().rpcname()));
logger.Log(std::format("rpcName: {}", pbReq.meta().kind()));
logger.Log(std::format("req message: {}", pbReq.message()));
control::HelloResult pbRes;