This commit is contained in:
shoopea 2020-06-14 16:52:22 +02:00
parent 61271bba14
commit df84728460

View File

@ -19,7 +19,7 @@ func main() {
} }
_, err = conn.Write(p.Bytes()) _, err = conn.Write(p.Bytes())
failError(err, "conn.Write") failError(err, "conn.Write")
logInfoDebug("Authentication sent") logInfoDebug("Authentication sent (%s)", string(p.Bytes()))
// listen for reply // listen for reply
message, _ := bufio.NewReader(conn).ReadString('\n') message, _ := bufio.NewReader(conn).ReadString('\n')