short debug message

This commit is contained in:
yggverse 2025-08-14 02:00:26 +03:00
parent a087a236b7
commit f903d1e83f

View file

@ -63,7 +63,7 @@ async fn main() -> Result<()> {
log::debug!("queue crawl begin at {time_queue}..."); log::debug!("queue crawl begin at {time_queue}...");
for r in ban.update(time_queue) { for r in ban.update(time_queue) {
log::debug!( log::debug!(
"remove the ban for `{}` as it has expired on {}", "remove ban for `{}` as expired on {}",
r.info_hash, r.info_hash,
r.expires r.expires
) )