2
0
Abhishek Kondur 1 жил өмнө
parent
commit
5abbce4552
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      mq/publishers.go

+ 1 - 1
mq/publishers.go

@@ -141,7 +141,7 @@ func HostUpdate(hostUpdate *models.HostUpdate) error {
 		return nil
 	}
 	logger.Log(3, "publishing host update to "+hostUpdate.Host.ID.String())
-
+	fmt.Printf("------>############ %s\n", hostUpdate.Action)
 	data, err := json.Marshal(hostUpdate)
 	if err != nil {
 		logger.Log(2, "error marshalling node update ", err.Error())