Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

Commit c1886a5

Browse files
committed
did another oopsie
1 parent 8e6b2f0 commit c1886a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ func (g *GatewayConnection) startWorkers() error {
922922
receivedAck: true,
923923
sequence: new(int64),
924924
onNoAck: func() {
925-
g.log(LogError, "No heartbeat ack received since sending last heartbeast, reconnecting... ip: %s", g.conn.RemoteAddr().String)
925+
g.log(LogError, "No heartbeat ack received since sending last heartbeast, reconnecting... ip: %s", g.conn.RemoteAddr().String())
926926
err := g.ReconnectUnlessClosed(false)
927927
if err != nil {
928928
g.log(LogError, "Failed reconnecting to the gateway: %v", err)

0 commit comments

Comments
 (0)