mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
short debug message
This commit is contained in:
parent
a087a236b7
commit
f903d1e83f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue