first use of libmbus

This commit is contained in:
Wolfgang Hottgenroth 2020-11-03 10:41:21 +01:00
parent 538cff818b
commit f49ad09699
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

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