fix debug target

This commit is contained in:
yggverse 2025-08-08 02:23:46 +03:00
parent c8ba44f508
commit 88dfc45ea7

View file

@ -87,7 +87,7 @@ impl Preload {
let tmp = self.tmp(info_hash, false)?; let tmp = self.tmp(info_hash, false)?;
if tmp.exists() { if tmp.exists() {
fs::remove_dir_all(&tmp)?; fs::remove_dir_all(&tmp)?;
log::debug!("clean tmp data `{}`", t.to_string_lossy()) log::debug!("clean tmp data `{}`", tmp.to_string_lossy())
} }
Ok(()) Ok(())
} }