Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Zheng <[email protected]>
  • Loading branch information
Two-Hearts committed Oct 14, 2024
1 parent 872411c commit fe71e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/trace/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func (t *Transport) RoundTrip(req *http.Request) (resp *http.Response, err error
} else if resp == nil {
e.Errorf("No response obtained for request %s %q", req.Method, req.URL)
} else {
e.Debugf("Response #%d\n< Response Status: %q\n< Response headers:\n%s",
e.Debugf("Response #%d\n< Response status: %q\n< Response headers:\n%s",
id, resp.Status, logHeader(resp.Header))
}
return resp, err
Expand Down

0 comments on commit fe71e87

Please sign in to comment.