chore: update

This commit is contained in:
Simon Ding
2024-08-12 22:57:21 +08:00
parent b5f0b28c61
commit 4800e6c79d
2 changed files with 6 additions and 1 deletions

View File

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