Add logs for what is added on repair list
This commit is contained in:
@@ -157,7 +157,7 @@ func (dl *Downloader) streamFileToResponse(torrent *intTor.Torrent, file *intTor
|
||||
}
|
||||
|
||||
if torrent != nil {
|
||||
log.Debugf("Downloading file %s from torrent %s (%s)%s", file.Path, torrent.Name, unrestrict.Link, rangeLog)
|
||||
log.Debugf("Downloading file %s from torrent %s (%s)%s", file.Path, torMgr.GetKey(torrent), unrestrict.Link, rangeLog)
|
||||
} else {
|
||||
log.Debugf("Downloading file %s (%s)%s", file.Path, unrestrict.Link, rangeLog)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user