Skip to content

Commit 8afcf3f

Browse files
authored
Merge pull request #57 from ellemouton/addMissingError
mailbox: add missing error to formatted log
2 parents 9046e05 + 11f6980 commit 8afcf3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mailbox/client_conn.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,8 @@ func (c *ClientConn) createReceiveMailBox(ctx context.Context,
377377
waiter.Wait()
378378

379379
if err := c.transport.ConnectReceive(ctx); err != nil {
380-
log.Errorf("Client: error connecting to receive " +
381-
"socket/stream: %v")
380+
log.Errorf("Client: error connecting to receive "+
381+
"socket/stream: %v", err)
382382

383383
continue
384384
}

0 commit comments

Comments
 (0)