summaryrefslogtreecommitdiffstats
path: root/libcutils/zygote.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcutils/zygote.c')
-rw-r--r--libcutils/zygote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcutils/zygote.c b/libcutils/zygote.c
index aa060c05a..75ce3ba99 100644
--- a/libcutils/zygote.c
+++ b/libcutils/zygote.c
@@ -46,7 +46,7 @@ static int send_request(int fd, int sendStdio, int argc, const char **argv)
{
#ifndef HAVE_ANDROID_OS
// not supported on simulator targets
- //LOGE("zygote_* not supported on simulator targets");
+ //ALOGE("zygote_* not supported on simulator targets");
return -1;
#else /* HAVE_ANDROID_OS */
uint32_t pid;