mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
use warn level in the librqbit case
This commit is contained in:
parent
320e63a2fb
commit
885d0ba5c1
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ async fn main() -> Result<()> {
|
|||
log::info!("torrent `{h}` resolved.")
|
||||
}
|
||||
Ok(_) => panic!(),
|
||||
Err(e) => log::info!(
|
||||
Err(e) => log::warn!(
|
||||
"failed to resolve torrent `{h}`: `{e}`, ban until {}.",
|
||||
ban.add(i)
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue