From 01dda204cd28fe181691b4a44a51be7e5666d0c8 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Fri, 6 Jan 2012 14:13:42 +0000 Subject: Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE Bug: 5449033 Change-Id: Ibcffdcf620ebae1c389446ce8e9d908f11ac039c --- nexus/Controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nexus/Controller.cpp') diff --git a/nexus/Controller.cpp b/nexus/Controller.cpp index 4f4c473..dae8783 100644 --- a/nexus/Controller.cpp +++ b/nexus/Controller.cpp @@ -96,7 +96,7 @@ bool Controller::isKernelModuleLoaded(const char *modtag) { FILE *fp = fopen("/proc/modules", "r"); if (!fp) { - LOGE("Unable to open /proc/modules (%s)", strerror(errno)); + ALOGE("Unable to open /proc/modules (%s)", strerror(errno)); return false; } -- cgit v1.1