Change log messages
This commit is contained in:
@@ -157,9 +157,9 @@ func (dl *Downloader) streamFileToResponse(torrent *intTor.Torrent, file *intTor
|
|||||||
}
|
}
|
||||||
|
|
||||||
if torrent != nil {
|
if torrent != nil {
|
||||||
log.Debugf("Downloading file %s from torrent %s (%s)%s", file.Path, torMgr.GetKey(torrent), unrestrict.Link, rangeLog)
|
log.Debugf("Opening file %s from torrent %s (%s)%s", file.Path, torMgr.GetKey(torrent), unrestrict.Link, rangeLog)
|
||||||
} else {
|
} else {
|
||||||
log.Debugf("Downloading file %s (%s)%s", file.Path, unrestrict.Link, rangeLog)
|
log.Debugf("Opening file %s (%s)%s", file.Path, unrestrict.Link, rangeLog)
|
||||||
}
|
}
|
||||||
|
|
||||||
download, err := dl.client.Do(dlReq)
|
download, err := dl.client.Do(dlReq)
|
||||||
@@ -201,6 +201,8 @@ func (dl *Downloader) streamFileToResponse(torrent *intTor.Torrent, file *intTor
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
log.Debugf("Started serving file %s", unrestrict.Filename)
|
||||||
|
|
||||||
buf := make([]byte, cfg.GetNetworkBufferSize())
|
buf := make([]byte, cfg.GetNetworkBufferSize())
|
||||||
io.CopyBuffer(resp, download.Body, buf)
|
io.CopyBuffer(resp, download.Body, buf)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user