btd_debug() has new parameter introduced in dcfdc556.
---
android/log.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/android/log.c b/android/log.c
index 8013eba..35917c6 100644
--- a/android/log.c
+++ b/android/log.c
@@ -139,7 +139,7 @@ void error(const char *format, ...)
va_end(ap);
}
-void btd_debug(const char *format, ...)
+void btd_debug(uint16_t index, const char *format, ...)
{
va_list ap;
--
2.6.2
Hi Andrzej,
On Wednesday 11 of November 2015 19:09:51 Andrzej Kaczmarek wrote:
> btd_debug() has new parameter introduced in dcfdc556.
> ---
> android/log.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/android/log.c b/android/log.c
> index 8013eba..35917c6 100644
> --- a/android/log.c
> +++ b/android/log.c
> @@ -139,7 +139,7 @@ void error(const char *format, ...)
> va_end(ap);
> }
>
> -void btd_debug(const char *format, ...)
> +void btd_debug(uint16_t index, const char *format, ...)
> {
> va_list ap;
Applied, thanks.
--
BR
Szymon Janc