]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Failure to announce on one tracker isn't very interesting
authorMatt Joiner <anacrolix@gmail.com>
Mon, 4 Jan 2016 11:54:19 +0000 (22:54 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 4 Jan 2016 11:54:19 +0000 (22:54 +1100)
client.go

index 8b53a7fd8690f2fc81fb8654051fee71bbe55a8c..7ab3a5c436810f4e1bb8ca0433d3963983be624d 100644 (file)
--- a/client.go
+++ b/client.go
@@ -2429,8 +2429,7 @@ newAnnounce:
                        for trIndex, tr := range tier {
                                numTrackersTried++
                                err := cl.announceTorrentSingleTracker(tr, &req, t)
-                               if err != nil && missinggo.CryHeard() {
-                                       log.Printf("%s: error announcing to %s: %s", t, tr, err)
+                               if err != nil {
                                        continue
                                }
                                // Float the successful announce to the top of the tier. If