diff options
Diffstat (limited to 'nexus/Controller.cpp')
-rw-r--r-- | nexus/Controller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nexus/Controller.cpp b/nexus/Controller.cpp index 4f4c47384..dae8783a3 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; } |