first use of libmbus
This commit is contained in:
parent
538cff818b
commit
f49ad09699
@ -82,7 +82,7 @@ static void parseAndPrintFrame(t_longframe *frame) {
|
||||
|
||||
char *xml = mbus_frame_data_xml(&frame_data);
|
||||
if (xml != NULL) {
|
||||
logMsg(xml);
|
||||
logMsg("XML: %s", xml);
|
||||
free(xml);
|
||||
} else {
|
||||
logMsg("xml is NULL");
|
||||
|
Loading…
x
Reference in New Issue
Block a user