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
|
debug "Got circuithash", circuitHash
|
||||||
|
|
||||||
let url = formatUrl(circuitHash)
|
let url = formatUrl(circuitHash)
|
||||||
|
info "Download URL", url
|
||||||
if dlErr =? (await downloadZipfile(url, zipfile)).errorOption:
|
if dlErr =? (await downloadZipfile(url, zipfile)).errorOption:
|
||||||
error "Failed to download circuit file", msg = dlErr.msg
|
error "Failed to download circuit file", msg = dlErr.msg
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue