feat: show seed as active

This commit is contained in:
Simon Ding
2024-08-11 22:40:38 +08:00
parent 349e394e8e
commit 27d8b1672a
3 changed files with 20 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ func (c *Client) checkTasks() {
torrent.Remove()
delete(c.tasks, id)
} else {
log.Infof("torrent file still sedding: %v", torrent.Name())
log.Infof("torrent file still sedding: %v, current seed ratio: %v", torrent.Name(), torrent.SeedRatio())
}
continue
}