Skip to content

Commit

Permalink
debug log response on tracker.
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-henderson committed Apr 1, 2019
1 parent 767eb6f commit e59533e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resource_order.go
Expand Up @@ -233,6 +233,7 @@ func getOrder(client *http.Client, phonenumber, orderid string) (*OrderStatus, e
defer r.Body.Close()
resp := Envelope{}
b, err := ioutil.ReadAll(r.Body)
log.Printf("[DEBUG] Response from tracker: %s", b)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit e59533e

Please sign in to comment.