reduce complexity

This commit is contained in:
Zack Scholl 2019-09-20 10:06:50 -07:00
parent c46a9d3ae0
commit 5d89bdb6f9
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ func (c *Client) transferOverLocalRelay(options TransferOptions, errchan chan<-
if err != nil {
err = errors.Wrap(err, fmt.Sprintf("could not connect to localhost:%s", c.Options.RelayPorts[0]))
log.Debug(err)
// not really an error because it will try to connect over the actual realy
// not really an error because it will try to connect over the actual relay
return
}
log.Debugf("connection established: %+v", conn)