up
This commit is contained in:
@ -73,7 +73,6 @@ func (c *TCPClient) StartClient() {
|
||||
if err != nil {
|
||||
Log.Error("Cannot connect to Telnet Client:", err)
|
||||
}
|
||||
Log.Infof("Connected to DX cluster %s:%s", c.Address, c.Port)
|
||||
|
||||
// err = c.Conn.SetKeepAlive(true)
|
||||
// if err != nil {
|
||||
@ -155,7 +154,7 @@ func (c *TCPClient) ReadLine() {
|
||||
// if Cfg.Cluster.Command != "" {
|
||||
// c.WriteString(Cfg.Cluster.Command + "\n\r")
|
||||
// }
|
||||
Log.Infof("Connected to cluster %s", Cfg.Cluster.Server)
|
||||
Log.Infof("Connected to DX cluster %s:%s", Cfg.Cluster.Server, Cfg.Cluster.Port)
|
||||
Log.Info("Start receiving spots")
|
||||
continue
|
||||
}
|
||||
|
Reference in New Issue
Block a user