This commit is contained in:
shoopea 2019-07-31 14:58:30 +08:00
parent 74b6b141f0
commit e5b476e406

View File

@ -156,7 +156,7 @@ func MQKeepAliveWorker() {
}
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{}
err = json.Unmarshal(d.Body, &x)
logOnError(err, "MQKeepAliveWorker : Can't unmarshal.\n"+string(d.Body))