diff options
author | Steve Block <steveblock@google.com> | 2012-01-08 13:24:35 +0100 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2012-01-08 13:24:35 +0100 |
commit | e6ef63f9e452772198af1ae568f6a85177201df0 (patch) | |
tree | 789d9072961b9d1f43e92293afdc017c289887ea | |
parent | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE (diff) | |
download | android_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.c | 2 |
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); } |