aboutsummaryrefslogtreecommitdiffstats
path: root/libusbhost
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-12-20 16:07:45 +0000
committerSteve Block <steveblock@google.com>2012-01-17 17:56:19 +0000
commit9786ec417ffd59e15b1c659862521e8da21d185d (patch)
treee9999c1c9efa5487ce80f0ca133b535aeeaac59f /libusbhost
parent66b68757f680ac9262e46f3c7b8cb748c7d99f05 (diff)
downloadsystem_core-9786ec417ffd59e15b1c659862521e8da21d185d.tar.gz
system_core-9786ec417ffd59e15b1c659862521e8da21d185d.tar.bz2
system_core-9786ec417ffd59e15b1c659862521e8da21d185d.zip
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF)
Change-Id: Ia0476219b71ece949595515ee07ea072ed349d73
Diffstat (limited to 'libusbhost')
-rw-r--r--libusbhost/usbhost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusbhost/usbhost.c b/libusbhost/usbhost.c
index b1c967d2..5d261cd7 100644
--- a/libusbhost/usbhost.c
+++ b/libusbhost/usbhost.c
@@ -20,7 +20,7 @@
#ifdef USE_LIBLOG
#define LOG_TAG "usbhost"
#include "utils/Log.h"
-#define D LOGD
+#define D ALOGD
#else
#define D printf
#endif