Skip to content

Commit

Permalink
added logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dabasov committed Nov 15, 2023
1 parent 17a9355 commit 10b6a4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zboxcore/zboxutil/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,7 @@ func MakeSCRestAPICall(scAddress string, relativePath string, params map[string]
urlString := fmt.Sprintf("%v/%v%v%v", sharder, SC_REST_API_URL, scAddress, relativePath)
urlObj, err := url.Parse(urlString)
if err != nil {
log.Info(urlString)
log.Error(err)
return
}
Expand Down

0 comments on commit 10b6a4a

Please sign in to comment.