Skip to content

Commit

Permalink
print out rbody
Browse files Browse the repository at this point in the history
  • Loading branch information
ps-spb committed Sep 6, 2024
1 parent abb7aea commit 515fb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moroz/svc_preflight.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func decodePreflightRequest(ctx context.Context, r *http.Request) (interface{},
if err != nil {
return nil, err
}
log.Printf("DEBUG: req was %#v", r)
log.Printf("DEBUG: req body was %#v", zr)
req := preflightRequest{MachineID: id}
if err := json.NewDecoder(zr).Decode(&req.payload); err != nil {
return nil, err
Expand Down

0 comments on commit 515fb7c

Please sign in to comment.