Skip to content

Commit

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

Closes grpc#37017

COPYBARA_INTEGRATE_REVIEW=grpc#37017 from markdroth:iomgr_endpoint_remove_unnecessary_log 1c3d04c
PiperOrigin-RevId: 645512854
  • Loading branch information
markdroth authored and copybara-github committed Jun 21, 2024
1 parent 83ee2cd commit 0cac2b0
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 0cac2b0

Please sign in to comment.