diff --git a/net/conn.go b/net/conn.go index 2f80479..24e3fd9 100644 --- a/net/conn.go +++ b/net/conn.go @@ -158,7 +158,7 @@ func (from *Conn) Serve(to *Conn, proto string) { break } - log.Debug(proto, from.RemoteAddr(), " sent data: ", len(buf), "bytes\n\n", string(buf)) + log.Debug(proto, from.RemoteAddr(), " sent data: ", len(buf), "bytes") if _, err := to.Write(buf); err != nil { log.Debug(proto+"Error Writing to ", to.RemoteAddr())