mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
update debug messages
This commit is contained in:
parent
6039980ce1
commit
18db12dad3
1 changed files with 2 additions and 2 deletions
|
|
@ -190,7 +190,7 @@ async fn main() -> Result<()> {
|
|||
.await
|
||||
{
|
||||
log::info!(
|
||||
"skip awaiting the completion of preload `{h}` data (`{e}`), ban {}.",
|
||||
"skip awaiting the completion of preload torrent data for `{h}` (`{e}`), ban {}.",
|
||||
match ban.add(i, false) {
|
||||
Some(t) => format!("until {t}"),
|
||||
None => "permanently".into(), // @TODO feature, do not unwrap
|
||||
|
|
@ -224,7 +224,7 @@ async fn main() -> Result<()> {
|
|||
),
|
||||
},
|
||||
Err(e) => log::info!(
|
||||
"skip awaiting the completion of adding torrent `{h}` data (`{e}`), ban {}.",
|
||||
"skip awaiting the completion of adding torrent `{h}` (`{e}`), ban {}.",
|
||||
match ban.add(i, false) {
|
||||
Some(t) => format!("until {t}"),
|
||||
None => "permanently".into(), // @TODO feature, do not unwrap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue