mirror of
https://github.com/status-im/nim-dagger.git
synced 2025-01-28 15:36:37 +00:00
Adds log for cirdl download URL (#948)
This commit is contained in:
parent
ffa203b04f
commit
93960033f4
@ -99,6 +99,7 @@ proc main() {.async.} =
|
||||
debug "Got circuithash", circuitHash
|
||||
|
||||
let url = formatUrl(circuitHash)
|
||||
info "Download URL", url
|
||||
if dlErr =? (await downloadZipfile(url, zipfile)).errorOption:
|
||||
error "Failed to download circuit file", msg = dlErr.msg
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user