]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Improve log message
authorMatt Joiner <anacrolix@gmail.com>
Mon, 3 Aug 2015 15:33:50 +0000 (01:33 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 3 Aug 2015 15:33:50 +0000 (01:33 +1000)
client.go

index 8760c283944f81b0adc5a5c60846404466e842e1..a885eb6013c0bb3f7dd7a17868f594b0182f423b 100644 (file)
--- 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)
        }