mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
update debug message
This commit is contained in:
parent
ca3ea8531a
commit
2f0f55d359
1 changed files with 4 additions and 1 deletions
|
|
@ -181,7 +181,10 @@ async fn main() -> Result<()> {
|
||||||
log::debug!("begin torrent `{i}` preload completed.");
|
log::debug!("begin 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!("persist data for torrent `{i}`...");
|
log::debug!(
|
||||||
|
"persist torrent `{i}` with `{}` files...",
|
||||||
|
keep_files.len()
|
||||||
|
);
|
||||||
preload.commit(&i, bytes, Some(keep_files))?;
|
preload.commit(&i, bytes, Some(keep_files))?;
|
||||||
// remove torrent from session as indexed
|
// remove torrent from session as indexed
|
||||||
session
|
session
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue