summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorAndrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>2015-11-11 19:09:51 +0100
committerSzymon Janc <ext.szymon.janc@tieto.com>2015-11-12 11:12:59 +0100
commit7d1d5cdd6dbc464b2f3c0b1d341dd72c08ed2611 (patch)
tree372f1396cdd50e102bd172d7a2ee473460bcaada /android
parent2f8c880510173ead681c715d8a44a93eb19e201a (diff)
downloadbluez-7d1d5cdd6dbc464b2f3c0b1d341dd72c08ed2611.tar.gz
android/log: Fix compilation error in AOSP
btd_debug() has new parameter introduced in dcfdc556.
Diffstat (limited to 'android')
-rw-r--r--android/log.c2
1 files changed, 1 insertions, 1 deletions
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;