aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-12-20 16:20:40 +0000
committerSteve Block <steveblock@google.com>2012-01-03 22:30:18 +0000
commitae2da65e52e1720eb385135ea35552d5b5e4d9d1 (patch)
tree2919eef40d8968c7460dbf7b7271834573b31868
parent8724ef586f0e82bb524407cec2b6e673ebbc862b (diff)
downloadbluez-ae2da65e52e1720eb385135ea35552d5b5e4d9d1.tar.gz
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: I2aa130ef94576887d8a88eaa42cc0f26ce7411b0
-rwxr-xr-xaudio/liba2dp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/liba2dp.c b/audio/liba2dp.c
index 9df019fc..40e090cd 100755
--- a/audio/liba2dp.c
+++ b/audio/liba2dp.c
@@ -58,7 +58,7 @@
#define BUFFER_SIZE 2048
#ifdef ENABLE_DEBUG
-#define DBG LOGD
+#define DBG ALOGD
#else
#define DBG(fmt, arg...)
#endif