mirror of
https://github.com/schollz/croc.git
synced 2024-11-28 17:44:51 +03:00
fix tests
This commit is contained in:
parent
f91d52bead
commit
30f1233f74
@ -291,7 +291,7 @@ func (c *Client) Send(options TransferOptions) (err error) {
|
||||
}
|
||||
|
||||
go func() {
|
||||
log.Debug("establishing connection to %s", c.Options.RelayAddress)
|
||||
log.Debugf("establishing connection to %s", c.Options.RelayAddress)
|
||||
var banner string
|
||||
conn, banner, ipaddr, err := tcp.ConnectToTCPServer(c.Options.RelayAddress, c.Options.SharedSecret)
|
||||
log.Debugf("banner: %s", banner)
|
||||
|
Loading…
Reference in New Issue
Block a user