From f49ad09699fe3f08583c141b32891b59a5f62f13 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 3 Nov 2020 10:41:21 +0100 Subject: [PATCH] first use of libmbus --- cube/User/Src/mbusComm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cube/User/Src/mbusComm.c b/cube/User/Src/mbusComm.c index 470ed3e..5c32a65 100644 --- a/cube/User/Src/mbusComm.c +++ b/cube/User/Src/mbusComm.c @@ -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");