From df84728460dee2866c0f4610b83f9699d690bbef Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 14 Jun 2020 16:52:22 +0200 Subject: [PATCH] test --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 9f9b8c0..c05b999 100644 --- a/main.go +++ b/main.go @@ -19,7 +19,7 @@ func main() { } _, err = conn.Write(p.Bytes()) failError(err, "conn.Write") - logInfoDebug("Authentication sent") + logInfoDebug("Authentication sent (%s)", string(p.Bytes())) // listen for reply message, _ := bufio.NewReader(conn).ReadString('\n')