--- android/hal-audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/hal-audio.c b/android/hal-audio.c index 4578c53..1bf599c 100644 --- a/android/hal-audio.c +++ b/android/hal-audio.c @@ -466,7 +466,7 @@ static ssize_t sbc_write_data(void *codec_data, const void *buffer, &written); if (ret < 0) { - error("SBC: failed to encode block"); + error("SBC: failed to encode block (%d)", ret); break; } -- 1.8.5.3 -- 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