From 7d1d5cdd6dbc464b2f3c0b1d341dd72c08ed2611 Mon Sep 17 00:00:00 2001 From: Andrzej Kaczmarek Date: Wed, 11 Nov 2015 19:09:51 +0100 Subject: android/log: Fix compilation error in AOSP btd_debug() has new parameter introduced in dcfdc556. --- android/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android') diff --git a/android/log.c b/android/log.c index 8013eba6e..35917c601 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; -- cgit v1.2.1