client.go | 2 +- diff --git a/client.go b/client.go index 8760c283944f81b0adc5a5c60846404466e842e1..a885eb6013c0bb3f7dd7a17868f594b0182f423b 100644 --- a/client.go +++ b/client.go @@ -1742,7 +1742,7 @@ c := t.worstBadConn(me) if c == nil { return false } - log.Printf("%s: dropping connection to make room for new one: %s", t, c) + log.Printf("%s: dropping connection to make room for new one:\n %s", t, c) c.Close() me.deleteConnection(t, c) }