Skip to content

Commit

Permalink
Revert "[iomgr] remove spammy log message accidentally added in grpc#…
Browse files Browse the repository at this point in the history
…36195 (grpc#37017) (grpc#37131)"

This reverts commit cc02070.
  • Loading branch information
alto-ruby committed Jul 11, 2024
1 parent 23d1ff5 commit aefa5e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/lib/iomgr/tcp_posix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,7 @@ static void tcp_ref(grpc_tcp* tcp) { tcp->refcount.Ref(); }
#endif

static void tcp_destroy(grpc_endpoint* ep) {
gpr_log(GPR_INFO, "IOMGR endpoint shutdown");
grpc_tcp* tcp = reinterpret_cast<grpc_tcp*>(ep);
ZerocopyDisableAndWaitForRemaining(tcp);
grpc_fd_shutdown(tcp->em_fd, absl::UnavailableError("endpoint shutdown"));
Expand Down

0 comments on commit aefa5e2

Please sign in to comment.