[agent-operator] - 增加镜像同步的消息通知内容
This commit is contained in:
@@ -71,7 +71,7 @@ func (c *CmiiUpdateMessage) SendMessage() (message Message) {
|
||||
var m Message
|
||||
err = json.Unmarshal(bodyBytes, &m)
|
||||
if err != nil {
|
||||
log.ErrorF("Error unmarshaling response body to JSON:", err)
|
||||
log.ErrorF("Error unmarshaling response body to JSON: %s", err.Error())
|
||||
return message
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user