fix: log download URL

This commit is contained in:
ThetaDev 2025-03-16 01:21:29 +01:00
parent b8f61c9bae
commit 2f18efa1cf
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6

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)