From 65256cbd5ba293bb201b15079ac1e748d82467ee Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Tue, 28 Nov 2023 09:10:47 +0200 Subject: [PATCH] fixup! mailbox: ClientConnTransport interface --- mailbox/client_conn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailbox/client_conn.go b/mailbox/client_conn.go index 4ee5c4f..6355a94 100644 --- a/mailbox/client_conn.go +++ b/mailbox/client_conn.go @@ -304,7 +304,7 @@ func (c *ClientConn) recv(ctx context.Context) ([]byte, error) { return nil, err } - c.log.Debugf("Client: got failure on receive "+ + c.log.Debugf("Got failure on receive "+ "socket/stream, re-trying: %v", err) c.setStatus(errStatus)