Adds log for cirdl download URL (#948)

This commit is contained in:
Ben Bierens 2024-10-10 14:05:03 +02:00 committed by GitHub
parent ffa203b04f
commit 93960033f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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