first use of libmbus

This commit is contained in:
Wolfgang Hottgenroth 2020-11-03 10:45:03 +01:00
parent 01d29a1207
commit 37623502cd
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -81,7 +81,7 @@ static void parseAndPrintFrame(t_longframe *frame) {
logMsg("papf parse: %d", r);
char *xml = mbus_frame_data_xml(&frame_data);
logMsg("xml ptr: %p", xml);
logMsg("xml ptr: %p, %d", xml, strlen(xml));
if (xml != NULL) {
logMsg("XML: %s", xml);
free(xml);