aboutsummaryrefslogtreecommitdiffstats
path: root/mtdutils
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-08 12:24:35 +0000
committerSteve Block <steveblock@google.com>2012-01-08 12:24:35 +0000
commite6ef63f9e452772198af1ae568f6a85177201df0 (patch)
tree789d9072961b9d1f43e92293afdc017c289887ea /mtdutils
parent210f887382e0fd7e51ec6ce071972374a76f0722 (diff)
downloadbootable_recovery-e6ef63f9e452772198af1ae568f6a85177201df0.zip
bootable_recovery-e6ef63f9e452772198af1ae568f6a85177201df0.tar.gz
bootable_recovery-e6ef63f9e452772198af1ae568f6a85177201df0.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: I9ef9f808a852c36903c8afc40136c89c9ec07630
Diffstat (limited to 'mtdutils')
-rw-r--r--mtdutils/flash_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mtdutils/flash_image.c b/mtdutils/flash_image.c
index 8e0e8d5..a39d600 100644
--- a/mtdutils/flash_image.c
+++ b/mtdutils/flash_image.c
@@ -42,7 +42,7 @@ void die(const char *msg, ...) {
}
fprintf(stderr, "%s\n", buf);
- LOGE("%s\n", buf);
+ ALOGE("%s\n", buf);
exit(1);
}