1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-28 17:44:51 +03: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)