aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-03-06 11:15:15 -0800
committerJean-Baptiste Queru <jbq@google.com>2012-03-06 11:15:15 -0800
commit0c4c0a90bb3719a50234e49ece366a71dd6aaeab (patch)
tree08e75da3cf67254f4bfc014870db5302b38c2fd3
parent1a29fdc598bb26d4a1d4ad50e1ac0ee1d34e1ec9 (diff)
downloadandroid_hardware_ti_wpan-0c4c0a90bb3719a50234e49ece366a71dd6aaeab.tar.gz
android_hardware_ti_wpan-0c4c0a90bb3719a50234e49ece366a71dd6aaeab.tar.bz2
android_hardware_ti_wpan-0c4c0a90bb3719a50234e49ece366a71dd6aaeab.zip
Map LOGE -> LOGE to avoid confusion
Change-Id: I266d2089b6eaf35063e480132b0ebbc9d80e908c
-rw-r--r--tools/FM/service/src/jni/v4l2_JbtlLog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/FM/service/src/jni/v4l2_JbtlLog.h b/tools/FM/service/src/jni/v4l2_JbtlLog.h
index f7a0eb5..d643590 100644
--- a/tools/FM/service/src/jni/v4l2_JbtlLog.h
+++ b/tools/FM/service/src/jni/v4l2_JbtlLog.h
@@ -48,7 +48,7 @@
/*
* Log a error log mesage.
*/
-#define V4L2_JBTL_LOGE(...) ALOGW( __VA_ARGS__)
+#define V4L2_JBTL_LOGE(...) ALOGE( __VA_ARGS__)
#define V4L2_JBTL_LOGE_IF(cond, ...) ALOGE_IF(cond, __VA_ARGS__)