update debug message

This commit is contained in:
yggverse 2025-08-13 16:56:25 +03:00
parent 9a2f184a19
commit 186c2b6cf1

View file

@ -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) {