0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

fix tests

This commit is contained in:
Zack Scholl 2019-05-09 23:02:35 -06:00
parent f91d52bead
commit 30f1233f74

View file

@ -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)