summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-08 13:24:35 +0100
committerSteve Block <steveblock@google.com>2012-01-08 13:24:35 +0100
commite6ef63f9e452772198af1ae568f6a85177201df0 (patch)
tree789d9072961b9d1f43e92293afdc017c289887ea
parentRename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE (diff)
downloadandroid_bootable_recovery-e6ef63f9e452772198af1ae568f6a85177201df0.tar
android_bootable_recovery-e6ef63f9e452772198af1ae568f6a85177201df0.tar.gz
android_bootable_recovery-e6ef63f9e452772198af1ae568f6a85177201df0.tar.bz2
android_bootable_recovery-e6ef63f9e452772198af1ae568f6a85177201df0.tar.lz
android_bootable_recovery-e6ef63f9e452772198af1ae568f6a85177201df0.tar.xz
android_bootable_recovery-e6ef63f9e452772198af1ae568f6a85177201df0.tar.zst
android_bootable_recovery-e6ef63f9e452772198af1ae568f6a85177201df0.zip
-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 8e0e8d594..a39d60001 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);
}