Hi Andrei, On Friday 27 of June 2014 17:07:34 Andrei Emeltchenko wrote: > From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> > > --- > android/health.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/android/health.c b/android/health.c > index 5f86727..2dc35d4 100644 > --- a/android/health.c > +++ b/android/health.c > @@ -1878,7 +1878,7 @@ static void channel_delete_cb(GError *gerr, gpointer data) > > DBG(""); > > - if (!gerr) { > + if (gerr) { > error("health: channel delete failed %s", gerr->message); > return; > } > Applied, thanks. -- Best regards, 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