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