Add debugf

This commit is contained in:
Kalle Carlbark 2022-02-09 10:04:17 +01:00
parent d98de3282c
commit 4f01c4eb9a
No known key found for this signature in database

View file

@ -89,6 +89,7 @@ func (s *PlatformsService) List(ctx context.Context, f *PlatformFilter) (*Platfo
} }
query = form.Encode() 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) req, err = s.client.newRequest(ctx, "GET", platformsPath, query, nil)
if err != nil { if err != nil {
return &platforms, err return &platforms, err