diff options
author | Steve Block <steveblock@google.com> | 2012-01-08 10:19:01 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2012-01-08 11:03:20 +0000 |
commit | b1fef0d807b86dd730d3ee9b5b5a71afab1649d7 (patch) | |
tree | 85513a6dfcd2415c946861f800fb7ed15d7aa5bb /liblight/lights.c | |
parent | 321520291f1c9db2933110fef6af601a4bbc8b78 (diff) | |
download | device_samsung_crespo-b1fef0d807b86dd730d3ee9b5b5a71afab1649d7.zip device_samsung_crespo-b1fef0d807b86dd730d3ee9b5b5a71afab1649d7.tar.gz device_samsung_crespo-b1fef0d807b86dd730d3ee9b5b5a71afab1649d7.tar.bz2 |
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: I03a60758c6dad0d9ecbce42f092a0fe757bd7184
Diffstat (limited to 'liblight/lights.c')
-rwxr-xr-x | liblight/lights.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/liblight/lights.c b/liblight/lights.c index 02187a7..1b54896 100755 --- a/liblight/lights.c +++ b/liblight/lights.c @@ -48,7 +48,7 @@ static int 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; |