aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/gps/gps_qemu.c
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/gps/gps_qemu.c')
-rw-r--r--emulator/gps/gps_qemu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulator/gps/gps_qemu.c b/emulator/gps/gps_qemu.c
index a4699d3..49bfb0b 100644
--- a/emulator/gps/gps_qemu.c
+++ b/emulator/gps/gps_qemu.c
@@ -42,7 +42,7 @@
#define GPS_DEBUG 0
#if GPS_DEBUG
-# define D(...) LOGD(__VA_ARGS__)
+# define D(...) ALOGD(__VA_ARGS__)
#else
# define D(...) ((void)0)
#endif