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 c4df17a..2613ca6 100644 --- a/android/health.c +++ b/android/health.c @@ -1285,7 +1285,7 @@ static void create_mcl_cb(struct mcap_mcl *mcl, GError *err, gpointer data) ret = set_mcl_cb(channel->dev->mcl, channel->dev, &gerr); if (!ret) { - error("health: error setting mdl callbacks on mcl"); + error("health: error setting mdl callbacks: %s", gerr->message); g_error_free(gerr); goto fail; } -- 1.8.3.2 -- 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