Skip to content

Commit f2e9b21

Browse files
committed
more debug
1 parent bc29e75 commit f2e9b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpclient/multipartrequest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func (c *Client) DoMultiPartRequest(method, endpoint string, files map[string][]
122122

123123
// Debugging
124124
c.Sugar.Debug("LOGHERE")
125-
c.Sugar.Debugf("%+v", req)
125+
c.Sugar.Debugf("%+v", req.Header.Get("Content-Type"))
126126

127127
resp, requestErr := c.http.Do(req)
128128
duration := time.Since(startTime)

0 commit comments

Comments
 (0)