mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-20 16:48:23 +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