Diff between f6101a11d8e36e3c4bddae38622b481b5533190a and 210ae146f0f0ae00023cf58cd537e9ad07f33b16
Changed Files
| File | Additions | Deletions | Status |
| android/hal-audio.c | +1 | -1 | modified |
Full Patch
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;
}