Remove invocation log
This commit is contained in:
@@ -88,7 +88,6 @@ func (t *TorrentManager) repairAll(torrent *Torrent) {
|
|||||||
} else {
|
} else {
|
||||||
haystack = cmap.New[*Torrent]()
|
haystack = cmap.New[*Torrent]()
|
||||||
haystack.Set("", torrent)
|
haystack.Set("", torrent)
|
||||||
t.log.Infof("Repair invoked for torrent %s", t.GetKey(torrent))
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// collect all torrents that need to be repaired
|
// collect all torrents that need to be repaired
|
||||||
|
|||||||
Reference in New Issue
Block a user