use warn level in the librqbit case

This commit is contained in:
yggverse 2025-08-18 16:48:08 +03:00
parent 320e63a2fb
commit 885d0ba5c1

View file

@ -205,7 +205,7 @@ async fn main() -> Result<()> {
log::info!("torrent `{h}` resolved.") log::info!("torrent `{h}` resolved.")
} }
Ok(_) => panic!(), Ok(_) => panic!(),
Err(e) => log::info!( Err(e) => log::warn!(
"failed to resolve torrent `{h}`: `{e}`, ban until {}.", "failed to resolve torrent `{h}`: `{e}`, ban until {}.",
ban.add(i) ban.add(i)
), ),