diff --git a/internal/stratum/client.go b/internal/stratum/client.go index 30010a7..797fa35 100644 --- a/internal/stratum/client.go +++ b/internal/stratum/client.go @@ -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()