From: Johan Hedberg <johan.hedberg@gmail.com>
To: Anderson Lizardo <anderson.lizardo@openbossa.org>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH] Fix typo on DBG() string format
Date: Wed, 23 Feb 2011 11:51:12 -0300 [thread overview]
Message-ID: <20110223145112.GC26355@jh-x301> (raw)
In-Reply-To: <1298464037-10700-1-git-send-email-anderson.lizardo@openbossa.org>
Hi Lizardo,
On Wed, Feb 23, 2011, Anderson Lizardo wrote:
> ---
> attrib/client.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/attrib/client.c b/attrib/client.c
> index 0f9ba3e..4635c75 100644
> --- a/attrib/client.c
> +++ b/attrib/client.c
> @@ -299,7 +299,7 @@ static void events_handler(const uint8_t *pdu, uint16_t len,
> NULL, NULL, NULL);
> case ATT_OP_HANDLE_NOTIFY:
> if (characteristic_set_value(chr, &pdu[3], len - 3) < 0)
> - DBG("Can't change Characteristic %0x02x", handle);
> + DBG("Can't change Characteristic 0x%02x", handle);
>
> g_slist_foreach(prim->watchers, update_watchers, chr);
> break;
Good catch. The patch has been pushed upstream.
Johan
prev parent reply other threads:[~2011-02-23 14:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-23 12:27 [PATCH] Fix typo on DBG() string format Anderson Lizardo
2011-02-23 14:51 ` Johan Hedberg [this message]
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=20110223145112.GC26355@jh-x301 \
--to=johan.hedberg@gmail.com \
--cc=anderson.lizardo@openbossa.org \
--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