Skip to content

Commit

Permalink
fixup! mailbox: ClientConnTransport interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ellemouton committed Nov 28, 2023
1 parent e3857d1 commit 65256cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailbox/client_conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 65256cb

Please sign in to comment.