Fix magnet links
This commit is contained in:
parent
b687a1882c
commit
f63e729da1
3 changed files with 14 additions and 7 deletions
|
|
@ -1239,7 +1239,7 @@ impl tracker_comms::TorrentStatsProvider for PeerRxTorrentInfo {
|
|||
let mt = match mt {
|
||||
Some(mt) => mt,
|
||||
None => {
|
||||
warn!(info_hash=?self.info_hash, "can't find torrent in the session");
|
||||
trace!(info_hash=?self.info_hash, "can't find torrent in the session, using default stats");
|
||||
return Default::default();
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue