From 5447c59d81e89e5c0e0518b283387da0d7754bf2 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 14 Jun 2020 17:38:25 +0200 Subject: [PATCH] test --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index c05b999..e69bf35 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 (%s)", string(p.Bytes())) + logInfoDebug("Authentication sent (%v)", p.Bytes()) // listen for reply message, _ := bufio.NewReader(conn).ReadString('\n')