From 3208fac4380b619f96734937781c24ec2f7b3dce Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Mon, 4 Jan 2016 22:54:19 +1100 Subject: [PATCH] Failure to announce on one tracker isn't very interesting --- client.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client.go b/client.go index 8b53a7fd..7ab3a5c4 100644 --- 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 -- 2.48.1