Skip to content

Commit

Permalink
nixnetsocket RecvFrom logging
Browse files Browse the repository at this point in the history
  • Loading branch information
yaqian256 committed Oct 11, 2024
1 parent 783f038 commit 69a07c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generated/nixnetsocket/nixnetsocket_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,7 @@ namespace nixnetsocket_grpc {
}
response->set_status(status);
response->set_data(data);
std::cout << "Method: RecvFrom, Line: " << __LINE__ << ", from_addr: " << from_addr << std::endl;
convert_to_grpc(from_addr, response->mutable_from_addr());
return ::grpc::Status::OK;
}
Expand Down

0 comments on commit 69a07c1

Please sign in to comment.