diff --git a/torrent.go b/torrent.go index 4e0082a6..12c365d6 100644 --- a/torrent.go +++ b/torrent.go @@ -459,7 +459,7 @@ func (t *Torrent) writeStatus(w io.Writer, cl *Client) { } func (t *Torrent) String() string { - s := t.Name() + s := t.name() if s == "" { s = fmt.Sprintf("%x", t.infoHash) }