Skip to content

Commit

Permalink
修改代码
Browse files Browse the repository at this point in the history
  • Loading branch information
pangdogs committed Mar 26, 2024
1 parent 406bae0 commit 5dcbb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/gate/cli/client_running.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func (c *Client) reconnect() {
continue
}

c.logger.Infof("client %q auto reconnect success, retry %d times, conn %q -> %q", c.GetSessionId(), i+1, c.GetLocalAddr(), c.GetRemoteAddr())
c.logger.Infof("client %q auto reconnect success, total retry %d times, conn %q -> %q", c.GetSessionId(), i+1, c.GetLocalAddr(), c.GetRemoteAddr())
return
}

Expand Down

0 comments on commit 5dcbb11

Please sign in to comment.