fix: log download URL
This commit is contained in:
parent
b451fbbd95
commit
c6973e0190
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()
|
let mut file = fs::OpenOptions::new()
|
||||||
.append(true)
|
.append(true)
|
||||||
.create(true)
|
.create(true)
|
||||||
|
|
|
||||||
Reference in a new issue