print out securing

This commit is contained in:
Zack Scholl 2019-05-02 11:44:10 -07:00
parent 95c2b0f48a
commit 2e5f33c081
1 changed files with 1 additions and 0 deletions

View File

@ -346,6 +346,7 @@ func (c *Client) Receive() (err error) {
c.conn[0].Send([]byte("handshake"))
c.Options.RelayPorts = strings.Split(banner, ",")
log.Debug("exchanged header message")
fmt.Fprintf(os.Stderr, "\rsecuring channel...")
return c.transfer(TransferOptions{})
}