From 92e1e505b417d74393c4e25f33256d8901f96803 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Tue, 4 Aug 2015 01:33:50 +1000 Subject: [PATCH] Improve log message --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index 8760c283..a885eb60 100644 --- a/client.go +++ b/client.go @@ -1742,7 +1742,7 @@ func (me *Client) addConnection(t *torrent, c *connection) bool { 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) } -- 2.48.1