reduce noisy test logs

This commit is contained in:
Igor Katson 2024-08-28 17:44:46 +01:00
parent e47134a45e
commit 9f798696ff
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
5 changed files with 12 additions and 10 deletions

View file

@ -74,7 +74,7 @@ struct ParsedTorrentFile {
}
fn torrent_from_bytes(bytes: Bytes) -> anyhow::Result<ParsedTorrentFile> {
debug!(
trace!(
"all fields in torrent: {:#?}",
bencode::dyn_from_bytes::<ByteBuf>(&bytes)
);