first use of libmbus

This commit is contained in:
2020-11-03 10:41:21 +01:00
parent 538cff818b
commit f49ad09699

View File

@ -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");