summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/wds/client/ClientUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/android/wds/client/ClientUtils.h')
-rw-r--r--Source/WebKit/android/wds/client/ClientUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/android/wds/client/ClientUtils.h b/Source/WebKit/android/wds/client/ClientUtils.h
index 7d0db30..7c4b9ce 100644
--- a/Source/WebKit/android/wds/client/ClientUtils.h
+++ b/Source/WebKit/android/wds/client/ClientUtils.h
@@ -37,7 +37,7 @@
#endif
// Callers need to include Log.h and errno.h to use this macro
-#define log_errno(str) LOGE("%s: %s", str, strerror(errno))
+#define log_errno(str) ALOGE("%s: %s", str, strerror(errno))
// Fill in the sockaddr_in structure for binding to the localhost on the given
// port