From e6ef63f9e452772198af1ae568f6a85177201df0 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Sun, 8 Jan 2012 12:24:35 +0000 Subject: 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 --- mtdutils/flash_image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mtdutils') 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); } -- cgit v1.1