From: Szymon Janc <szymon.janc@tieto.com>
To: Grzegorz Kolodziejczyk <grzegorz.kolodziejczyk@tieto.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH v2 1/2] tools/mcaptest: Add missing MCL connected log
Date: Fri, 31 Oct 2014 20:15:43 +0100 [thread overview]
Message-ID: <1712504.q1dkamJFpZ@leonov> (raw)
In-Reply-To: <1414667707-2640-1-git-send-email-grzegorz.kolodziejczyk@tieto.com>
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
next prev parent reply other threads:[~2014-10-31 19:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-30 11:15 [PATCH v2 1/2] tools/mcaptest: Add missing MCL connected log Grzegorz Kolodziejczyk
2014-10-30 11:15 ` [PATCH v2 2/2] tools/mcaptest: Add no close paramameter Grzegorz Kolodziejczyk
2014-10-31 19:15 ` Szymon Janc [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-10-30 11:05 [PATCH v2 1/2] tools/mcaptest: Add missing MCL connected log Grzegorz Kolodziejczyk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1712504.q1dkamJFpZ@leonov \
--to=szymon.janc@tieto.com \
--cc=grzegorz.kolodziejczyk@tieto.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).