From 489fb324beac175ea70557db1e1186a5e36f2b2d Mon Sep 17 00:00:00 2001 From: Grzegorz Kolodziejczyk Date: Thu, 30 Oct 2014 12:15:06 +0100 Subject: [PATCH] tools/mcaptest: Add missing MCL connected log Loging state of MCAP channels is very helpful while analyzing connection. --- tools/mcaptest.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/mcaptest.c b/tools/mcaptest.c index dd638c929..6d50544c6 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); -- 2.47.3