Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
fix: make reconn cancel a debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
jon4hz committed Aug 20, 2022
1 parent 475f9e9 commit 73c933f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/stratum/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ func (c *Client) reconnect() {
case <-c.ctx.Done():
return
case <-reconnCtx.Done():
c.LogFn.Error(nil, "reconnection cancelled")
c.LogFn.Debug("reconnect cancelled")
return
default:
err := c.dial()
Expand Down

0 comments on commit 73c933f

Please sign in to comment.