Skip to content

Commit 96c349b

Browse files
author
Peter Jönsson
committed
Add back printout of full API URL call
1 parent da285ab commit 96c349b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func NewRequest(c CloudStackClient, request string, params url.Values) (interfac
5151
// Create the final URL before we issue the request
5252
url := c.BaseURL + "?" + s + "&signature=" + signature
5353

54-
//log.Printf("Calling %s ", url)
54+
log.Printf("Calling %s ", url)
5555

5656
resp, err := client.Get(url)
5757
if err != nil {

0 commit comments

Comments
 (0)