fix tests

This commit is contained in:
Zack Scholl 2019-05-09 23:02:35 -06:00
parent f91d52bead
commit 30f1233f74
1 changed files with 1 additions and 1 deletions

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)