Signed-off-by: arraykeys@gmail.com <arraykeys@gmail.com>

This commit is contained in:
arraykeys@gmail.com
2017-10-23 16:41:31 +08:00
parent 078acaa0e8
commit aab8b41da9

View File

@ -147,7 +147,7 @@ func (s *TunnelBridge) Start(args interface{}) (err error) {
s.cmClient.Remove(key)
break
} else {
//log.Printf("%s heartbeat from client", key)
// log.Printf("heartbeat from client %s", key)
}
}
}()
@ -184,7 +184,7 @@ func (s *TunnelBridge) Start(args interface{}) (err error) {
log.Printf("control connection read err: %s", err)
break
} else {
// log.Printf("heartbeat from server ,id:%s", ID)
// log.Printf("heartbeat from server ,id:%s", serverID)
}
}
close(readDie)