mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
reduce complexity
This commit is contained in:
parent
c46a9d3ae0
commit
5d89bdb6f9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue