diff options
Diffstat (limited to 'hotline')
| -rw-r--r-- | hotline/client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/client.go b/hotline/client.go index 12e3167..fa204e2 100644 --- a/hotline/client.go +++ b/hotline/client.go @@ -549,7 +549,7 @@ func (c *Client) keepalive() error { for { time.Sleep(keepaliveInterval) _ = c.Send(*NewTransaction(TranKeepAlive, nil)) - c.Logger.Infow("Sent keepalive ping") + c.Logger.Debugw("Sent keepalive ping") } } |