Zigbee fix error message

This commit is contained in:
Stephan Hadinger 2020-12-08 22:11:48 +01:00
parent 86e1ddceb5
commit c9a251b35c
1 changed files with 1 additions and 1 deletions

View File

@ -664,7 +664,7 @@ void ZbSendRead(JsonParserToken val_attr, ZigbeeZCLSendMessage & packet) {
}
}
if (!found) {
AddLog_P(LOG_LEVEL_INFO, PSTR("ZIG: Unknown attribute name (ignored): %s"), key);
AddLog_P(LOG_LEVEL_INFO, PSTR("ZIG: Unknown attribute name (ignored): %s"), key.getStr());
}
}