debug
This commit is contained in:
parent
74b6b141f0
commit
e5b476e406
@ -156,7 +156,7 @@ func MQKeepAliveWorker() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for d := range m {
|
for d := range m {
|
||||||
// log.Printf("MQKeepAliveWorker : Received a message: %s", string(d.Body))
|
log.Printf("MQKeepAliveWorker : Received a message: %s", string(d.Body))
|
||||||
x := MQKeepAlive{}
|
x := MQKeepAlive{}
|
||||||
err = json.Unmarshal(d.Body, &x)
|
err = json.Unmarshal(d.Body, &x)
|
||||||
logOnError(err, "MQKeepAliveWorker : Can't unmarshal.\n"+string(d.Body))
|
logOnError(err, "MQKeepAliveWorker : Can't unmarshal.\n"+string(d.Body))
|
||||||
|
Loading…
Reference in New Issue
Block a user