Last minute fixes

This commit is contained in:
Ben Sarmiento
2023-11-21 19:17:36 +01:00
parent 81d1629c8c
commit fa41c81082
4 changed files with 12 additions and 12 deletions

View File

@@ -150,7 +150,7 @@ func (rd *RealDebrid) GetTorrentInfo(id string) (*TorrentInfo, error) {
return nil, err
}
rd.log.Debugf("Got info for torrent %s", id)
rd.log.Debugf("Got info for torrent %s (progress=%d%%)", id, response.Progress)
return &response, nil
}