Skip to content

Commit cc02070

Browse files
yashyktmarkdroth
andauthored
[iomgr] remove spammy log message accidentally added in #36195 (#37017) (#37131)
Backport #37017 to v1.65.x Co-authored-by: Mark D. Roth <[email protected]>
1 parent 45479fd commit cc02070

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/lib/iomgr/tcp_posix.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,6 @@ static void tcp_ref(grpc_tcp* tcp) { tcp->refcount.Ref(); }
806806
#endif
807807

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

0 commit comments

Comments
 (0)