summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-05 23:27:50 +0000
committerSteve Block <steveblock@google.com>2012-01-05 23:27:50 +0000
commit6c9c90f785fbbc66e0d47507fff67b02374875ff (patch)
treefc656baf4d68f6dbfa48820f8c5dcde15bb744f1
parentda8aa5f88da21675087192c554af9459a9149449 (diff)
downloaddiskinstaller-6c9c90f785fbbc66e0d47507fff67b02374875ff.tar.gz
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: I7a353a7ae185655e16b6d87a6a13b6ed359a89c9
-rw-r--r--installer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer.c b/installer.c
index 54bf72f..9d77eca 100644
--- a/installer.c
+++ b/installer.c
@@ -344,7 +344,7 @@ process_image_node(cnode *img, struct disk_info *dinfo, int test)
case INSTALL_IMAGE_EXT3:
/* makes the error checking in the imager function easier */
if (flags & INSTALL_FLAG_ADDJOURNAL) {
- LOGW("addjournal flag is meaningless for ext3 images");
+ ALOGW("addjournal flag is meaningless for ext3 images");
flags &= ~INSTALL_FLAG_ADDJOURNAL;
}
/* ...fall through... */