2
0
mirror of synced 2025-02-24 06:38:14 +00:00

dat new-world-style panic

This commit is contained in:
Matt Joiner 2014-05-23 21:02:11 +10:00
parent 91bf870eb1
commit dfde2a3497

View File

@ -485,7 +485,7 @@ func (me *Client) dropConnection(torrent *torrent, conn *connection) {
torrent.Conns = torrent.Conns[:i1]
return
}
panic("no such Connection")
panic("connection not found")
}
func (me *Client) addConnection(t *torrent, c *connection) bool {