mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 09:05:33 +00:00
update debug message
This commit is contained in:
parent
cb243bf582
commit
73c1c556af
1 changed files with 4 additions and 2 deletions
|
|
@ -211,9 +211,11 @@ async fn main() -> Result<()> {
|
|||
log::debug!("torrent `{i}` resolved.")
|
||||
}
|
||||
Ok(_) => panic!(),
|
||||
Err(e) => log::debug!("failed to resolve `{i}`: `{e}`."),
|
||||
Err(e) => log::debug!("failed to resolve torrent `{i}`: `{e}`."),
|
||||
},
|
||||
Err(e) => log::debug!("failed to resolve `{i}`: `{e}`"),
|
||||
Err(e) => log::debug!(
|
||||
"skip awaiting the completion of adding torrent `{i}` data (`{e}`)"
|
||||
),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue