mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
add debug event
This commit is contained in:
parent
c13426629a
commit
5be6696d95
1 changed files with 4 additions and 0 deletions
|
|
@ -161,6 +161,10 @@ async fn main() -> Result<()> {
|
||||||
}
|
}
|
||||||
assert!(keep_files.insert(info.relative_filename.clone()));
|
assert!(keep_files.insert(info.relative_filename.clone()));
|
||||||
assert!(only_files.insert(id));
|
assert!(only_files.insert(id));
|
||||||
|
log::debug!(
|
||||||
|
"persist `{}` for `{i}`",
|
||||||
|
info.relative_filename.to_string_lossy()
|
||||||
|
)
|
||||||
}
|
}
|
||||||
m.torrent_bytes.to_vec()
|
m.torrent_bytes.to_vec()
|
||||||
})?;
|
})?;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue