small fix on unrestrictable links

This commit is contained in:
Ben Sarmiento
2023-10-29 17:38:05 +01:00
parent 56a0220de2
commit b2e957cb4c
2 changed files with 2 additions and 1 deletions

View File

@@ -557,7 +557,7 @@ func (t *TorrentManager) repair(torrentID string, selectedFiles []File, tryReins
t.reinsertTorrent(torrent, missingFiles2, false)
}
} else {
log.Println("Cannot repair as the only 1 torrent is already broken in RD", torrent.ID, torrent.Name)
log.Println("Cannot repair as the single link cached in RD for this torrent is already broken", torrent.ID, torrent.Name)
return
}
log.Println("Waiting for downloads to finish")