projects
/
btrtrc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85a0fe6
)
Improve log message
author
Matt Joiner <anacrolix@gmail.com>
Mon, 3 Aug 2015 15:33:50 +0000 (
01:33
+1000)
committer
Matt Joiner <anacrolix@gmail.com>
Mon, 3 Aug 2015 15:33:50 +0000 (
01:33
+1000)
client.go
patch
|
blob
|
history
diff --git
a/client.go
b/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)
}