From 9513270c068dc721a4d32ccdfd609fad9560498a Mon Sep 17 00:00:00 2001
From: Matt Joiner <anacrolix@gmail.com>
Date: Sat, 17 Feb 2018 11:13:48 +1100
Subject: [PATCH] Trackers shown are just the enabled ones

---
 torrent.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/torrent.go b/torrent.go
index 007d35de..e0f5ee3c 100644
--- a/torrent.go
+++ b/torrent.go
@@ -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")
-- 
2.51.0