Skip to content

Commit

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

Backport #37017 to v1.65.x

Co-authored-by: Mark D. Roth <[email protected]>
  • Loading branch information
yashykt and markdroth authored Jul 1, 2024
1 parent 45479fd commit cc02070
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/lib/iomgr/tcp_posix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,6 @@ 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 cc02070

Please sign in to comment.