mbgw3
This commit is contained in:
@ -54,7 +54,7 @@ func (self *PvHandler) Handle(message handler.MessageT) {
|
||||
var pvValue PvValue
|
||||
err := json.Unmarshal([]byte(message.Payload), &pvValue)
|
||||
if err != nil {
|
||||
log.Printf("Enable to parse payload into pvValue struct, values are lost: ", err)
|
||||
log.Printf("Unable to parse payload into pvValue struct, values are lost: ", err)
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user