Trackers shown are just the enabled ones

This commit is contained in:
Matt Joiner 2018-02-17 11:13:48 +11:00
parent aab77ab05d
commit 9513270c06
1 changed files with 1 additions and 1 deletions

View 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")