Skip to content

Commit

Permalink
Adds log for cirdl download URL (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbierens authored Oct 10, 2024
1 parent ffa203b commit 9396003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/cirdl/cirdl.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9396003

Please sign in to comment.