Add debugf
This commit is contained in:
parent
d98de3282c
commit
4f01c4eb9a
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ func (s *PlatformsService) List(ctx context.Context, f *PlatformFilter) (*Platfo
|
|||
}
|
||||
query = form.Encode()
|
||||
|
||||
s.client.debugf("f: %+v\n, query: %s, platformsPath: %s\n", f, query, platformsPath)
|
||||
req, err = s.client.newRequest(ctx, "GET", platformsPath, query, nil)
|
||||
if err != nil {
|
||||
return &platforms, err
|
||||
|
|
Loading…
Reference in a new issue