summaryrefslogtreecommitdiffstats
path: root/nexus/Controller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/Controller.cpp')
-rw-r--r--nexus/Controller.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}