diff --git a/internal/torrent/repair.go b/internal/torrent/repair.go index 9c5d658..8540a84 100644 --- a/internal/torrent/repair.go +++ b/internal/torrent/repair.go @@ -285,7 +285,7 @@ func (t *TorrentManager) assignUnassignedLinks(torrent *Torrent) bool { processedCount := assignedCount + newUnassignedLinks.Count() + expiredCount if processedCount%10 == 0 { - t.log.Infof("Processed %d out of %d links (%d expired) to torrent %s", processedCount, unassignedTotal, expiredCount, t.GetKey(torrent)) + t.log.Infof("Processed %d out of %d links (%d expired) to broken torrent %s", processedCount, unassignedTotal, expiredCount, t.GetKey(torrent)) } return false