Hi Grzegorz, On Thursday 30 of October 2014 12:15:06 Grzegorz Kolodziejczyk wrote: > 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 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); Applied, thanks. -- BR Szymon Janc -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html