test
This commit is contained in:
parent
57fcd3fe73
commit
8f17c0e0c0
@ -353,7 +353,7 @@ func MQKeepAliveWorker() {
|
||||
err = s.Open()
|
||||
}
|
||||
for d := range s.MQDelivery {
|
||||
// log.Printf("MQKeepAliveWorker : Received a message: %s", string(d.Body))
|
||||
log.Printf("MQKeepAliveWorker : Received a message: %s", string(d.Body))
|
||||
x := MQKeepAlive{}
|
||||
err = json.Unmarshal(d.Body, &x)
|
||||
logOnError(err, "MQKeepAliveWorker : Can't unmarshal.\n"+string(d.Body))
|
||||
|
Loading…
Reference in New Issue
Block a user