info debug

This commit is contained in:
Ben Sarmiento
2023-11-11 12:01:57 +01:00
parent f79d27f575
commit 263b0e0039

View File

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