From 9e1d7b44603b2242f7abe045d29e20c56e693e32 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Fri, 20 Oct 2017 10:04:57 -0600 Subject: [PATCH] Whoops, didn't mean to delete this #25 --- connect.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/connect.go b/connect.go index 3e3e68b0..5e79812d 100644 --- a/connect.go +++ b/connect.go @@ -130,6 +130,8 @@ func (c *Connection) Run() error { if err != nil { return err } + fmt.Printf("Sending %d byte file named '%s'\n", c.File.Size, c.File.Name) + fmt.Printf("Code is: %s\n", c.Code) } return c.runClient()