]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Trackers shown are just the enabled ones
authorMatt Joiner <anacrolix@gmail.com>
Sat, 17 Feb 2018 00:13:48 +0000 (11:13 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Sat, 17 Feb 2018 00:13:48 +0000 (11:13 +1100)
torrent.go

index 007d35def278f15a56b03579a966b98d0d1c66c6..e0f5ee3c703c2b035489d2210bec82e121d15913 100644 (file)
@@ -580,7 +580,7 @@ func (t *Torrent) writeStatus(w io.Writer) {
        })
        fmt.Fprintln(w)
 
-       fmt.Fprintf(w, "Trackers:\n")
+       fmt.Fprintf(w, "Enabled trackers:\n")
        func() {
                tw := tabwriter.NewWriter(w, 0, 0, 2, ' ', 0)
                fmt.Fprintf(tw, "    URL\tNext announce\tLast announce\n")