mirror of
https://github.com/status-im/nim-codex.git
synced 2025-01-11 19:34:32 +00:00
Adds log for cirdl download URL (#948)
This commit is contained in:
parent
eff0d8cd18
commit
21d996ab3f
@ -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