From 5bffeabbba5923b36daf4cddedcd71c24250bbef Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Wed, 1 May 2019 11:03:16 -0600 Subject: [PATCH] print connecting message --- src/croc/croc.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/croc/croc.go b/src/croc/croc.go index b25c3f9..e618e9d 100644 --- a/src/croc/croc.go +++ b/src/croc/croc.go @@ -312,6 +312,7 @@ func (c *Client) Send(options TransferOptions) (err error) { // Receive will receive a file func (c *Client) Receive() (err error) { + fmt.Fprintf(os.Stderr, "connecting...") // recipient will look for peers first // and continue if it doesn't find any within 100 ms if !c.Options.DisableLocal {