commit | fe71a61e5b0cb666675900d206251a7c18ed944b | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Wed Jan 04 19:19:03 2012 +0000 |
committer | Steve Block <steveblock@google.com> | Wed Jan 04 19:23:34 2012 +0000 |
tree | e76dbede05c1e6b92ea4e05878745c6d21ed9d4b | |
parent | 8d66c49258ac4f59bd67c23c9c914cca81f85b01 [diff] [blame] |
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE Bug: 5449033 Change-Id: I4951baa981f09a84ce483e3d1bd0f9ebe009035f
diff --git a/libdiskconfig/write_lst.c b/libdiskconfig/write_lst.c index 12b7cd7..d99a807 100644 --- a/libdiskconfig/write_lst.c +++ b/libdiskconfig/write_lst.c
@@ -82,7 +82,7 @@ goto fail; } } else - LOGI("Would write %d bytes @ offset %lld.", lst->len, lst->offset); + ALOGI("Would write %d bytes @ offset %lld.", lst->len, lst->offset); } return 0;