[Cmii][ImageSync] - reformat agent-go - 2

This commit is contained in:
zeaslity
2024-03-29 14:46:11 +08:00
parent 1be48aaac2
commit 1d32d7dd04
6 changed files with 42 additions and 39 deletions

View File

@@ -15,7 +15,7 @@ type OctopusMsgHandler interface {
func (om *OctopusMessage) HandleMsg(rChan *RabbitReceiveChan) {
// 实际执行 OM handle进程
log.Debug("接收到OctopusMessage, 开始处理!")
log.DebugF("接收到OctopusMessage => %s, 开始处理!", om.OctopusMessageType)
doHandleOctopusMessage(om, rChan)
}