Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Oct 14, 2023
1 parent 45c91b3 commit 4a31521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ func (cl *Client) runReceivedConn(c *PeerConn) {
if err != nil {
cl.logger.LazyLog(log.Debug, func() log.Msg {
return log.Fmsg(
"error receiving handshakes on %v: %s", c, err,
"error receiving handshakes on %s: %s", c, err,
).Add(
"network", c.Network,
)
Expand Down

0 comments on commit 4a31521

Please sign in to comment.