reduce noisy test logs
This commit is contained in:
parent
e47134a45e
commit
9f798696ff
5 changed files with 12 additions and 10 deletions
|
|
@ -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)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue