mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-02 13:33:10 +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