add debug message

This commit is contained in:
yggverse 2025-08-18 21:13:43 +03:00
parent 79643b84d2
commit 080eaf43d7

View file

@ -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();