more debugging

This commit is contained in:
Zack Scholl 2018-06-25 06:47:37 -07:00
parent de2de7b75c
commit c70327ff82
1 changed files with 1 additions and 0 deletions

View File

@ -324,6 +324,7 @@ func (c *Connection) runClient(serverName string) error {
go func(id int) {
defer wg.Done()
port := strconv.Itoa(27001 + id)
log.Debugf("connecting to %s", serverName+":"+port)
connection, err := net.Dial("tcp", serverName+":"+port)
if err != nil {
if serverName == "cowyo.com" {