mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
fix debug message
This commit is contained in:
parent
1c631c23da
commit
9af864cb25
1 changed files with 2 additions and 2 deletions
|
|
@ -182,7 +182,7 @@ async fn main() -> Result<()> {
|
||||||
log::debug!("begin torrent `{i}` preload...");
|
log::debug!("begin torrent `{i}` preload...");
|
||||||
// await for `preload_regex` files download to continue
|
// await for `preload_regex` files download to continue
|
||||||
mt.wait_until_completed().await?;
|
mt.wait_until_completed().await?;
|
||||||
log::debug!("begin torrent `{i}` preload completed.");
|
log::debug!("torrent `{i}` preload completed.");
|
||||||
// persist torrent bytes and preloaded content,
|
// persist torrent bytes and preloaded content,
|
||||||
// cleanup tmp (see rqbit#408)
|
// cleanup tmp (see rqbit#408)
|
||||||
log::debug!(
|
log::debug!(
|
||||||
|
|
@ -194,7 +194,7 @@ async fn main() -> Result<()> {
|
||||||
if !config.enable_upload {
|
if !config.enable_upload {
|
||||||
session
|
session
|
||||||
.delete(librqbit::api::TorrentIdOrHash::Id(id), false)
|
.delete(librqbit::api::TorrentIdOrHash::Id(id), false)
|
||||||
.await?;
|
.await?
|
||||||
}
|
}
|
||||||
log::debug!("torrent `{i}` resolved.")
|
log::debug!("torrent `{i}` resolved.")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue