Diff between 87902848315869552facbb1d77c9ce171a784c2c and 489fb324beac175ea70557db1e1186a5e36f2b2d

Changed Files

File Additions Deletions Status
tools/mcaptest.c +2 -0 modified

Full Patch

diff --git a/tools/mcaptest.c b/tools/mcaptest.c
index dd638c9..6d50544 100644
--- a/tools/mcaptest.c
+++ b/tools/mcaptest.c
@@ -257,6 +257,8 @@ static void mcl_connected(struct mcap_mcl *mcap_mcl, gpointer data)
 
 static void create_mcl_cb(struct mcap_mcl *mcap_mcl, GError *err, gpointer data)
 {
+	printf("%s\n", __func__);
+
 	if (err) {
 		printf("Could not connect MCL: %s\n", err->message);