mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
update debug message
This commit is contained in:
parent
9a2f184a19
commit
186c2b6cf1
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ async fn main() -> Result<()> {
|
||||||
// convert to string once
|
// convert to string once
|
||||||
let h = i.as_string();
|
let h = i.as_string();
|
||||||
if preload.contains_torrent(&h)? {
|
if preload.contains_torrent(&h)? {
|
||||||
log::debug!("torrent `{h}` exists and already indexed, skip.");
|
log::debug!("torrent `{h}` exists, skip.");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if ban.contains_key(&i) {
|
if ban.contains_key(&i) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue