mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
add debug message
This commit is contained in:
parent
29816f80ef
commit
45473762cb
1 changed files with 3 additions and 0 deletions
|
|
@ -71,6 +71,9 @@ async fn main() -> anyhow::Result<()> {
|
|||
total += infohashes.len();
|
||||
for i in infohashes {
|
||||
if torrent_storage.as_ref().is_some_and(|s| !s.exists(&i)) {
|
||||
if is_debug_i {
|
||||
debug::info(format!("Resolve `{i}`..."));
|
||||
}
|
||||
match session
|
||||
.add_torrent(
|
||||
librqbit::AddTorrent::from_url(format!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue