Skip to content

Commit

Permalink
调整日志内容
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Dec 31, 2023
1 parent 6623d8e commit cb537f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saveTraceContextConsumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func upload(lstTraceContext collections.List[TraceContext]) error {

apiRsp := core.NewApiResponseByReader[any](rsp.Body)
if apiRsp.StatusCode != 200 {
return fmt.Errorf("上传到%s失败(%v):%s", url, rsp.StatusCode, apiRsp.StatusMessage)
return fmt.Errorf("上传链路记录到%s失败(%v):%s", url, rsp.StatusCode, apiRsp.StatusMessage)
}

return err
Expand Down

0 comments on commit cb537f0

Please sign in to comment.