fix: log download URL
This commit is contained in:
parent
b8f61c9bae
commit
2f18efa1cf
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Reference in a new issue