Trackers shown are just the enabled ones
This commit is contained in:
parent
aab77ab05d
commit
9513270c06
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue