diff --git a/src/croc/croc.go b/src/croc/croc.go index b25c3f9e..e618e9de 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 {