summaryrefslogtreecommitdiff
path: root/liblights
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-08 10:17:59 +0000
committerSteve Block <steveblock@google.com>2012-01-08 10:17:59 +0000
commitc3dee7890047bad1136078f0f6e2b6d1a9a24947 (patch)
tree82760fda991321329d94d8df41fe5046375d61ae /liblights
parent3fb19cd0b6534ef9d36f8ac0c5ddbdc73ed92a26 (diff)
downloadmsm7k-c3dee7890047bad1136078f0f6e2b6d1a9a24947.tar.gz
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: I8c589a92ddd26c0c3a12f24cf1633ab5b4d828c6
Diffstat (limited to 'liblights')
-rw-r--r--liblights/lights.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/liblights/lights.c b/liblights/lights.c
index c7ddd9a..fed150c 100644
--- a/liblights/lights.c
+++ b/liblights/lights.c
@@ -113,7 +113,7 @@ write_int(char const* path, int value)
return amt == -1 ? -errno : 0;
} else {
if (already_warned == 0) {
- LOGE("write_int failed to open %s\n", path);
+ ALOGE("write_int failed to open %s\n", path);
already_warned = 1;
}
return -errno;