Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed May 10, 2019
1 parent f91d52b commit 30f1233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/croc/croc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 30f1233

Please sign in to comment.