client.go | 2 +- diff --git a/client.go b/client.go index 12c928f5bebc1e2c26e629e9bd70f200c6663cdf..49e80cf4f7e55db1b22ee3a2e2148ccabb2e138a 100644 --- a/client.go +++ b/client.go @@ -485,7 +485,7 @@ } torrent.Conns = torrent.Conns[:i1] return } - panic("no such Connection") + panic("connection not found") } func (me *Client) addConnection(t *torrent, c *connection) bool {