mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
add debug message
This commit is contained in:
parent
79643b84d2
commit
080eaf43d7
1 changed files with 6 additions and 0 deletions
|
|
@ -90,6 +90,12 @@ async fn main() -> Result<()> {
|
||||||
}
|
}
|
||||||
|
|
||||||
// handle
|
// handle
|
||||||
|
log::debug!(
|
||||||
|
"fetched {} unique hashes from {} source, banned: {}.",
|
||||||
|
queue.len(),
|
||||||
|
config.infohash.len(),
|
||||||
|
ban.len()
|
||||||
|
);
|
||||||
for i in queue {
|
for i in queue {
|
||||||
// convert to string once
|
// convert to string once
|
||||||
let h = i.as_string();
|
let h = i.as_string();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue