Abhishek Kondur hai 1 ano
pai
achega
5abbce4552
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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())