reorder debug message position

This commit is contained in:
yggverse 2025-08-13 19:24:34 +03:00
parent bf35e8e361
commit ea0d2b4c67

View file

@ -180,13 +180,13 @@ async fn main() -> Result<()> {
) )
.await .await
{ {
session
.delete(librqbit::api::TorrentIdOrHash::Id(id), false)
.await?; // * do not collect billions of slow torrents in the session pool
log::debug!( log::debug!(
"skip awaiting the completion of preload `{h}` data (`{e}`), ban until {}.", "skip awaiting the completion of preload `{h}` data (`{e}`), ban until {}.",
ban.add(i) ban.add(i)
); );
session
.delete(librqbit::api::TorrentIdOrHash::Id(id), false)
.await?; // * do not collect billions of slow torrents in the session pool
continue; continue;
} }
log::debug!("torrent `{h}` preload completed."); log::debug!("torrent `{h}` preload completed.");