fix: log download URL

This commit is contained in:
ThetaDev 2025-03-16 01:21:29 +01:00
parent b451fbbd95
commit c6973e0190

View file

@ -1201,6 +1201,8 @@ async fn download_single_file(
}
}
tracing::debug!("downloading {} to {}", url, output.to_string_lossy());
let mut file = fs::OpenOptions::new()
.append(true)
.create(true)