mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 09:05:33 +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
|
.await
|
||||||
{
|
{
|
||||||
log::info!(
|
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) {
|
match ban.add(i, false) {
|
||||||
Some(t) => format!("until {t}"),
|
Some(t) => format!("until {t}"),
|
||||||
None => "permanently".into(), // @TODO feature, do not unwrap
|
None => "permanently".into(), // @TODO feature, do not unwrap
|
||||||
|
|
@ -224,7 +224,7 @@ async fn main() -> Result<()> {
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
Err(e) => log::info!(
|
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) {
|
match ban.add(i, false) {
|
||||||
Some(t) => format!("until {t}"),
|
Some(t) => format!("until {t}"),
|
||||||
None => "permanently".into(), // @TODO feature, do not unwrap
|
None => "permanently".into(), // @TODO feature, do not unwrap
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue