diff options
| author | Steve Block <steveblock@google.com> | 2012-01-04 19:19:03 +0000 |
|---|---|---|
| committer | Steve Block <steveblock@google.com> | 2012-01-04 19:23:34 +0000 |
| commit | fe71a61e5b0cb666675900d206251a7c18ed944b (patch) | |
| tree | e76dbede05c1e6b92ea4e05878745c6d21ed9d4b /libdiskconfig/write_lst.c | |
| parent | 8d66c49258ac4f59bd67c23c9c914cca81f85b01 (diff) | |
| download | core-fe71a61e5b0cb666675900d206251a7c18ed944b.tar.gz core-fe71a61e5b0cb666675900d206251a7c18ed944b.tar.bz2 core-fe71a61e5b0cb666675900d206251a7c18ed944b.zip | |
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Bug: 5449033
Change-Id: I4951baa981f09a84ce483e3d1bd0f9ebe009035f
Diffstat (limited to 'libdiskconfig/write_lst.c')
| -rw-r--r-- | libdiskconfig/write_lst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskconfig/write_lst.c b/libdiskconfig/write_lst.c index 12b7cd775..d99a80774 100644 --- a/libdiskconfig/write_lst.c +++ b/libdiskconfig/write_lst.c @@ -82,7 +82,7 @@ wlist_commit(int fd, struct write_list *lst, int test) 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; |
