From 5694bd080e0e95ba18cbf77038f450fe33b9f8df Mon Sep 17 00:00:00 2001 From: Jamie Liu Date: Fri, 1 Nov 2019 11:43:33 -0700 Subject: Don't log "p9.channel.service: flipcall connection shutdown". This gets quite spammy, especially in tests. PiperOrigin-RevId: 277970468 --- pkg/flipcall/ctrl_futex.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/flipcall/ctrl_futex.go') diff --git a/pkg/flipcall/ctrl_futex.go b/pkg/flipcall/ctrl_futex.go index 8390915a2..e7c3a3a0b 100644 --- a/pkg/flipcall/ctrl_futex.go +++ b/pkg/flipcall/ctrl_futex.go @@ -113,7 +113,7 @@ func (ep *Endpoint) enterFutexWait() error { return nil case epsBlocked | epsShutdown: atomic.AddInt32(&ep.ctrl.state, -epsBlocked) - return shutdownError{} + return ShutdownError{} default: // Most likely due to ep.enterFutexWait() being called concurrently // from multiple goroutines. -- cgit v1.2.3