Skip to content

Commit 94d4c35

Browse files
committed
[occ] Fix debug output
1 parent dfcb551 commit 94d4c35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

occ/occlib/OccServer.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ grpc::Status OccServer::EventStream(grpc::ServerContext* context,
5656
const occ_pb::EventStreamRequest* request,
5757
grpc::ServerWriter<occ_pb::EventStreamReply>* writer)
5858
{
59-
std::cout << "[request StateStream] handler BEGIN" << std::endl;
59+
std::cout << "[request EventStream] handler BEGIN" << std::endl;
6060

6161
boost::uuids::basic_random_generator<boost::mt19937> gen;
6262
std::string id = boost::uuids::to_string(gen());
@@ -84,7 +84,7 @@ grpc::Status OccServer::EventStream(grpc::ServerContext* context,
8484
}
8585
}
8686

87-
std::cout << "[request StateStream] handler END" << std::endl;
87+
std::cout << "[request EventStream] handler END" << std::endl;
8888
return ::grpc::Status::OK;
8989
}
9090

0 commit comments

Comments
 (0)