diff options
| author | Steve Block <steveblock@google.com> | 2011-12-20 16:07:45 +0000 |
|---|---|---|
| committer | Steve Block <steveblock@google.com> | 2012-01-17 17:56:19 +0000 |
| commit | 9786ec417ffd59e15b1c659862521e8da21d185d (patch) | |
| tree | e9999c1c9efa5487ce80f0ca133b535aeeaac59f /libusbhost | |
| parent | 66b68757f680ac9262e46f3c7b8cb748c7d99f05 (diff) | |
| download | system_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.c | 2 |
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 |
