mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
explain debug message
This commit is contained in:
parent
bf16af1a4d
commit
93df9e6df8
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ async fn main() -> Result<()> {
|
|||
let is_expired = v > Utc::now() - Duration::from_secs(config.ban);
|
||||
if is_expired {
|
||||
log::debug!(
|
||||
"remove `{}` from the ban list (timeout expired)",
|
||||
"remove `{}` from the ban list by timeout expire ({v})",
|
||||
k.as_string()
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue