diff --git a/sdks/pcmscheduler/jobset.go b/sdks/pcmscheduler/jobset.go index 57c1242..86b5eb1 100644 --- a/sdks/pcmscheduler/jobset.go +++ b/sdks/pcmscheduler/jobset.go @@ -518,7 +518,7 @@ func (c *Client) BindDataSet(req BindReq, token string) (*BindResp, error) { } all, err := io.ReadAll(resp.Body) - logger.Errorf("BindDataSet error: %s", string(all)) + logger.Errorf("BindDataSet error: %s, url: %s", string(all), targetUrl) return nil, fmt.Errorf("unknow response content type: %s", contType) }