summaryrefslogtreecommitdiffstats
path: root/libsensors/akmdfs/AKFS_Common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsensors/akmdfs/AKFS_Common.h')
-rw-r--r--libsensors/akmdfs/AKFS_Common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsensors/akmdfs/AKFS_Common.h b/libsensors/akmdfs/AKFS_Common.h
index 53eabf9..7780801 100644
--- a/libsensors/akmdfs/AKFS_Common.h
+++ b/libsensors/akmdfs/AKFS_Common.h
@@ -40,7 +40,7 @@
#include <string.h> /* memset */
#include <unistd.h>
#include <stdarg.h> /* va_list */
-#include <utils/Log.h> /* LOGV */
+#include <utils/Log.h> /* ALOGV */
#include <errno.h> /* errno */
#endif
@@ -118,7 +118,7 @@
/***** Log output ********************************************/
#ifdef AKM_LOG_ENABLE
-#define AKM_LOG(format, ...) LOGD((format), ##__VA_ARGS__)
+#define AKM_LOG(format, ...) ALOGD((format), ##__VA_ARGS__)
#else
#define AKM_LOG(format, ...)
#endif