This commit is contained in:
2023-12-01 22:36:21 +01:00
parent ca004dce51
commit edc90fc5ec
3 changed files with 91 additions and 1 deletions

View File

@ -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
}